The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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?.
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
54 | |
43 |