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.
Im getting values for a dynamic text field from a SLICER dropdown.
Im able to get the text "ALL" and individual single item names but not a list when multiple items are selected - "All" is returned.
Is there a way to rewrite my function here from
Solved! Go to Solution.
@StephenF , Based on what I got
if(isfiltered('DataLake'[Media]) , concatenatex('DataLake', 'DataLake'[Media], ", ") ,"All Media" )
That sort of works but it outputs thousands of values. I need it to rollup the values. There is only 5 different distinct values in my dropdown.
I think it needs to work with DISTINCT but i can't get the syntax right, any idea?.
That sort of works but it outputs thousands of values. I need it to rollup the values. There is only 5 different distinct values in my dropdown.
I think it needs to work with DISTINCT but i can't get the syntax right, any idea?.