This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Below is the sample format of my data.
Requirement: Have a checkbox filter with entires "SIT", "UAT", "PRPEROD".
Once the user selects any option only rows with corresponding Yes should be shown in a table.
Ex: If user selects "SIT" only rows eith "Yes" under "SIT" column will be displayed
If user selects "SIT", "UAT" only rows with "Yes" under "SIT" and "UAT" columns will be displayed in the same table
Data:
Solved! Go to Solution.
Hi @Anonymous ,
If I understood your request correctly, I would suggest to tackle this issue as follows:
1) Unpivot Columns SIT, UAT & PREPROD resulting in the following table
2) Designing your PBI report while adding a page filter, which excludes any "No" statuses.
I hope this solves your issue!
Was my answer anywhere helpful?
Show your appreciation by simply marking my reply as solution or throw it a kudo.
Hop on the data train and get connected @LouSegers
Hi @Anonymous ,
If I understood your request correctly, I would suggest to tackle this issue as follows:
1) Unpivot Columns SIT, UAT & PREPROD resulting in the following table
2) Designing your PBI report while adding a page filter, which excludes any "No" statuses.
I hope this solves your issue!
Was my answer anywhere helpful?
Show your appreciation by simply marking my reply as solution or throw it a kudo.
Hop on the data train and get connected @LouSegers
Hi @lousegers ,
Thanks for your reply. Can yopu give any reference for achieving the first step please?
1) Unpivot Columns SIT, UAT & PREPROD resulting in the following table
Regards,
Mahesh
Hi @Anonymous ,
You can just select the three columns (SIT, UAT & PREPROD) & select the "unpivot column" option. 🙂
If you would like to have more background information on how data pivoting actually works I can only advice taking a look at one of the following links, both very explanatory:
https://radacad.com/pivot-and-unpivot-with-power-bi
I hope this image clears things up on the part of unpivoting your data.
Was my answer anywhere helpful? Show your appreciation by simply marking my reply as solution or throw it a kudo.
Hop on the data train and get connected @LouSegers |
@Anonymous , there are from the same table LOv should filter.
Or you can create a hierarchy to make sure that happenss
Custom Hierarchy
https://stoneridgesoftware.com/creating-hierarchies-in-power-bi/
https://www.youtube.com/watch?v=x6vXVJZ_eTY
or try Hierarchical slicer
This one, when they are not from same table
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |