Forum Discussion
Anonymous
5 years agoNot applicable
How to Rename Card Value as 'All' for 'select all' Option in power bi
Hi I have a data with 5 enteries as shown in below image- I have assigned card in powerbi value of this column so the card value is changing based on user selection as shown below 1)...
- 5 years ago
Anonymous
You use a measure as follows.Measure = IF( HASONEVALUE('Data Domain'[Financial Insights Improvements]), SELECTEDVALUE('Data Domain'[Financial Insights Improvements]), "All Improvements" )
SushainKoul
5 years agoHelper III
Hi Anonymous ,
As far as what I have understood. These datas which u have inserted are in a slicer I guess. So there is no way u can get "All" when u select all options but there is one way that instead of displaying "All" which u want u can display the names of all the values that are selected. If u want and if that helps u then I can tell u otherwise I am sorry there is no other way to achieve what u r asking for.