Forum Discussion
Rearranging Matrix/Table
- 6 years ago
Not sure if you can get display exactly like that easily. But concatenate your name and report with a newline character in a new column or formula and try.
Refer
https://community.powerbi.com/t5/Desktop/How-to-add-a-line-break-in-a-text-concatenation/td-p/382028
amitchandak Below is the example I have. Note how the description is printed below each report name. The hyperlink icons in my report are replacing the >> arrows seen below.
Here is what I am modeling.
Not sure if you can get display exactly like that easily. But concatenate your name and report with a newline character in a new column or formula and try.
Refer
https://community.powerbi.com/t5/Desktop/How-to-add-a-line-break-in-a-text-concatenation/td-p/382028
- Anonymous6 years agoNot applicable
Alright, the column I created was done through this statement.
master[Report Name] & UNICHAR(10) & master[Report Description]And here is what I was able to create. Is this what you were getting at, amitchandak ?
- amitchandak6 years agoSuper User
Anonymous, I was expecting that will give you output like that. But does it solve the purpose?