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
zilch42
New Member

Histogram slicer issue

Hi, I'm trying to get a histogram to work with a measure. It shows ok when no filters are applied, but as soon as I use a slicer or something, everything that doesn't meet the slicer selection gets dumped into the zero bin, rather than being removed. 

I've got a table defined for bin sized, and my DAX measure for my values for the histogram is:

 

BIN Sprays per block = CALCULATE(Countrows(FILTER(VintBlock,And([Sprays per Block]>=Min(Bins[Min Bin]),[Sprays per Block]<Max(Bins[Max Bin])))))

I've got the same data model setup in Power Pivot in Excel and it filters ok there. I'm not sure what's different. 

 

Sprays per Block is the measure that I want to count, which is defined like this:

Sprays per Block = DISTINCTCOUNT(Sprays[Spray record by block ID])/CALCULATE(DISTINCTCOUNT(Sprays[Vintage Block ID]),ALL(Sprays[Month],Sprays[Sulfur Rate]),All(Pests),All(EL_Stages),ALLEXCEPT(Chemicals,Chemicals[Chemical class groups]))

no filter.JPGsliced.JPG

 

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @zilch42

How does Bins[Min Bin] calculate?

Could you show some example data?

 

Best Regards

Maggie

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.