Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DrDuran
Frequent Visitor

Slicer issue, would like to use AND rather than OR when selecting.

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.

2 REPLIES 2
Ashish_Mathur
Super User
Super User

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.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
v-yulgu-msft
Employee
Employee

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

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.