Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi everyone,
I have run into an issue with displaying data in a certain way on powerBI. I have several columns of boolean data type with the column headers being the type i want to display by. However, I am unable to get the column headers to display as rows with the count of the number of TRUE for that column. I have included some example data and expected output below.
My table looks like this:
When I try to create a table with this data, the output is this:
However, I want to display the table like such:
I have tried to use a matrix to display the data, but it does not let me sort by Types or by number of True.
Any help is appreciated!
Solved! Go to Solution.
I've achieved this by:
-unpivoting all the colums, creating this:
then in a table or matrix with a visual filter for TRUE, I created this:
I've achieved this by:
-unpivoting all the colums, creating this:
then in a table or matrix with a visual filter for TRUE, I created this:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 68 | |
| 66 | |
| 64 |