I need to generate this report where I have:
- Account Number
- Name
- Address among other information.
In my dataset, account number, name, and address can appear multiple times because the same account, name, and address can have different attributes. However, in my visual, I need to ‘aggregate’ the identical data and only display the unique values in rows.
For example, in the attached screenshot, I have a single account 8486, the same name, the same address, but four different values. I managed to achieve this visual using a pivot table, which gives me what I need, but I can’t exclude or remove the count column.
I tried with formatting conditionals but also can’t change the color of the “Count” column.
All my fields are in the rows dimension, I have nothing on columns or values.
Any suggestions or recommendations on how I can solve this problem?