Forum Discussion
how to avoid aggregation in table
- 2 years ago
Hi Anonymous
There's no option to display the data without summarizing on the row level if it's not unique. That's why you only see one row for 'A' instead of two when using 'column2'.
So if you need to see all the rows you always neet to combine columns with som unique bslues column or the column that you already have like in your picture here :or to create an index column and use it
To make an index similar to hidden, just minimize its width:
pbix with example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi Anonymous
There's no option to display the data without summarizing on the row level if it's not unique. That's why you only see one row for 'A' instead of two when using 'column2'.
So if you need to see all the rows you always neet to combine columns with som unique bslues column or the column that you already have like in your picture here :
or to create an index column and use it
To make an index similar to hidden, just minimize its width:
pbix with example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly