Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
8 |
User | Count |
---|---|
13 | |
12 | |
11 | |
10 | |
8 |