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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I am building a skill matrix at work. I have several slicers on the report for people to select Skill level, category, sub category, and location. Below I have a table that, as you select options, it narrows down the individual.
I have to two issues, the first is that the slicer tends to use OR rather than AND, so if I select two skill from the slicer, I want to select a person that has both skills rather than a list of people who have those skills individually.
The second it that before any selections have been made, all the information is on display. I'd like the table to appear empty until somebody starts to make selections.
I appreciate any help or advice. Thank you.
Regards, Paul.
Hi,
I am not sure of how much i can help but i would like to try. Share some data and show the expected result.
Hi @DrDuran ,
I have to two issues, the first is that the slicer tends to use OR rather than AND, so if I select two skill from the slicer, I want to select a person that has both skills rather than a list of people who have those skills individually.
As I know, applying filters from different slicers actually use AND logic. That is to say, the visual shows data which matches all slicer selections.
The second it that before any selections have been made, all the information is on display. I'd like the table to appear empty until somebody starts to make selections.
You can use measure with IF statement to achieve this requirement. For example, Measure=IF(ISFILTERED(Table[ColumnName]),<expression>,BLANK())
For more advice, please post sample data and desired output. How to Get Your Question Answered Quickly
Best regards,
Yuliana Gu
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 |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |