Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have following data model (fixed, cannot used both direction filters that solves my issue )
And my goal is to create report with 2 slicers (date and location) with condition that one slicer will involve second one (keep condition that current data model fix)
so if I will choose range of values, then range of location will be also changes (based on the date range)
I tried to put DAX field into location slicer, but it doesnt help, my guess was something like that:
@Anonymous , If I understand correctly, you wanted to have your slicers interact with each other. Slicers won't support measures. But I have a workaround,
IsLocationHasSales = CALCULATE(COUNT(Sales[ID_Location]),CROSSFILTER(Sales[ID_Location],Location[ID_Location],Both))
Hope this helps!
Hi @SivaMani ,
unfortunatelly it doesn t work, I create measure as you mention,
but I don t understand what you mean by "Add this measure as a visual filter to Location Slicer" you wrote that slicers doesn t support measures therefore I dont t know where to assign it, for filter I set up it correctly
thanks 🙂
@Anonymous Select the slicer that has the Location Column added and drag the measure to Filter on this visual section in the filter pane as shown below,
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
13 | |
7 | |
5 |