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
Anonymous
Not applicable

Filtering a Demension Filter

Hi Experts

 

I have a filter in the following format in a table in Power BI

Name     Index

AOP       1

PY          2

 

i issues i am having is that when a user does not select either AOP and or PY the filter shows ALL - how do you stop this so that user only has the option of AOP,PY and not ALL..

 

 

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Drag measure below to Visual level filters and set Show items when the value is not blank.

Measure =
CALCULATE ( SELECTEDVALUE ( Table1[Name] ), ALLSELECTED ( Table1[Name] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Drag measure below to Visual level filters and set Show items when the value is not blank.

Measure =
CALCULATE ( SELECTEDVALUE ( Table1[Name] ), ALLSELECTED ( Table1[Name] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
AlB
Super User
Super User

Hi @Anonymous

 

Maybe you can use ISFILTERED(Table1[Name]) to test whether the user has made any selection (FALSE if they haven't)

With that you can take the necessary steps in your measure 

Anonymous
Not applicable

AIB, let me think about that point and come back to you with the formula and or a screen shot of the problem to had.

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.