March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi, all please help me, how to write Dax for this situation,
I have 4 slicers created from field parameter
Currently, when I did not select anything from that slicer it shows all data, I really want it to display nothing,
For example, if I select slicer1,3,4 but slicer 2not select
the graph should show data from slicers 1,3,4
thank you in advance
Best Regard
firstch
@firstch , Create a meausre like
Int(calculate(isfiltered(Table[Column1]), allselected()) )
or
Int(calculate(isfiltered(Table[Column1]) || isfiltered(Table[Column2]), allselected()) )
add other columns, change Or || with And &&, if needed
Then use the above measure in visual level filter and filter for value =1
refer : https://www.youtube.com/watch?v=sXn-QZqLD-8
Hi @amitchandak
It doesn't work, i filter only slicer 1 but data from slicer 2,3,4 still show. is there another solution?
Best Regard
firstch
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
16 | |
12 | |
9 | |
7 |
User | Count |
---|---|
38 | |
32 | |
28 | |
12 | |
11 |