cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
PaulBethancourt
Frequent Visitor

Use a Measure as a Slicer

Seems like this should be simple but no.  I wasn't able to apply the suggestions in this forum so I attached a link to a simple Power BI that shows what I'm trying to do.

I have a table with Customer, State and Amount and a Measure that catogorizes the Priority:

PaulBethancourt_0-1690041530412.png

I need a slicer for the Priority, 

Any help will be greatly appreciated.

Measure as a Slicer 

https://www.dropbox.com/scl/fi/5bjgnv4htsi8n4u4xgmnp/Measure-as-a-Slicer.pbix?rlkey=surjd8sy5ab4vvk9...

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Please download the attached PBI file.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ritaf1983
Super User
Super User

Hi @PaulBethancourt 

As you can't use the measure as a slicer you need to add the segmentation as a calculated column.

From your sample, I understood that this segmentation is on the customer level.
So you can use dax formula :

Customers_priority = if (CALCULATE(sum(Data[Amount]),ALLEXCEPT('Data','Data'[Customer]))>=50000,"One",
if(CALCULATE(sum(Data[Amount]),ALLEXCEPT('Data','Data'[Customer]))>=10000,"Two","Three"))
 
Ritaf1983_0-1690045093409.png

And then use it on your slicer

Ritaf1983_1-1690045168199.png

 

Link to your updated file 

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors