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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Varshi288
Resolver II
Resolver II

Filter columns with a measure slicer.

Hi, I am classifying Customers based on their last year spending category groups like 0-5k, 50k-200k ...
with the measure. This is fine but when I add other measures extra customers are visible.
How to get the values of only customers who fall in the category groups. In the attached snapshot I should see only the last 2 customers rather than 4. Any inputs.

Varshi288_0-1643381150046.png

 

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

Hi @Varshi288 ,

 

Have you solved your problem?

If you do not want display items with no data, first , you should make sure un-select check-box of show items with no data. And then add if function in front of  other measure.

vchenwuzmsft_1-1643873590478.png

Measure_Add = if( ISBLANK([Measure]),blank(),SUM('Table'[Values1]))

vchenwuzmsft_0-1643873567505.png

--->>

vchenwuzmsft_2-1643873677164.png

 

Best Regards

Community Support Team _ chenwu zhu

 

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-chenwuz-msft
Community Support
Community Support

Hi @Varshi288 ,

 

Have you solved your problem?

If you do not want display items with no data, first , you should make sure un-select check-box of show items with no data. And then add if function in front of  other measure.

vchenwuzmsft_1-1643873590478.png

Measure_Add = if( ISBLANK([Measure]),blank(),SUM('Table'[Values1]))

vchenwuzmsft_0-1643873567505.png

--->>

vchenwuzmsft_2-1643873677164.png

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Varshi288
Resolver II
Resolver II

@Greg_Deckler I am using this as a disconnected table only.

Greg_Deckler
Community Champion
Community Champion

@Varshi288 In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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