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 August 31st. Request your voucher.
Hi Experts
How can i change the following DAX measure so if i select mulitple cities on my slicers they are reflected in the title in the graph...
Solved! Go to Solution.
worked it out
Hi @Anonymous ,
Please try to use ALLSELECTED function .
For example :-
Please refer to the link :-
https://learn.microsoft.com/en-us/dax/allselected-function-dax
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
HI pratyashasamal this a title measure - not sure how i intergrate allselected into my measure???? based on slicer selection
worked it out
Hi @Anonymous ,
So sorry i misunderstood .
Please try this once :-
For example :-
Multi_Months = CONCATENATEX ( VALUES ( financials[Month] ) , [Month] , ",")
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!