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.
I want to be able to do the following
1. When no selection is made on a slicer: Return "All"
2. When 1-3 selections are made on the slicer: Return "text1,text2,text3"
3. When 4 or more selections are on the slicer: Return "text1,text2,text3, ....."
The DAX below works for 2 and 3 but not 1. When no selection is made on the slicer i get "text1,text2,text3, ....." instead.
Solved! Go to Solution.
It works IMO.
Scenario 2: 2 selection
Scenario 3: More than 3
Proud to be a Super User!
Hi @Anonymous ,
Whether the advice given by @bolfri has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.
Looking forward to your feedback.
Best Regards,
Henry
It works IMO.
Scenario 2: 2 selection
Scenario 3: More than 3
Proud to be a Super User!
Thank you Bolfri!
looks like I had "Filters on all pages" which was preventing this to work on my end.