Forum Discussion
Modify Dax measure to include multiple selected cities
- Anonymous3 years ago
worked it out
Dynamic Title (Congestion) =VAR Result = "Congestion Delay Index:"&" "&CONCATENATEX(DimCongestionCity,DimCongestionCity[City]," ,")ReturnResult
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
HI pratyashasamal this a title measure - not sure how i intergrate allselected into my measure???? based on slicer selection
- Anonymous3 years agoNot applicable
worked it out
Dynamic Title (Congestion) =VAR Result = "Congestion Delay Index:"&" "&CONCATENATEX(DimCongestionCity,DimCongestionCity[City]," ,")ReturnResult - pratyashasamal3 years agoMemorable Member
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