My problem is similar to: line break in a DAX Pivot concatenation
However, when I insert the following code in DAX it only inserts a line break in the formula bar but not in my pivot table.
=CONCATENATEX(Table;Table[name];
"
" )
My pivot table is in tabular form.
However, when I insert the following code in DAX it only inserts a line break in the formula bar but not in my pivot table.
=CONCATENATEX(Table;Table[name];
"
" )
My pivot table is in tabular form.