Forum Discussion
PowerBIBeets
8 years agoRegular Visitor
How to section my table
I have a table that looks liek this: Priority name amount other data 4 name1 2 6 4 name 2 2 3.2 3 name3 2 6 1 name1 3 1 1 name1 3 1 1 name2 3 6 But I wa...
Greg_Deckler
8 years agoCommunity Champion
Perhaps create a calculated column like:
Column = 1
Now you have a value for every row. Put this column in your matrix with any aggregation. Turn off column header word wrapping and value word wrapping and then reduce the width of this column to nothing. Every row should show up now, regardless.
I'm assuming that you put Priority and Name as rows and drilled down using the forked arrow icon, correct?