Forum Discussion
Dynamically show/hide cards based on column values
- 5 years ago
Please see if this would help :
The card is mapped to a measure :
Measure = IF(LOOKUPVALUE(Sheet2[Column2],Sheet2[Column1],SELECTEDVALUE(Sheet1[Category]))="Ending Balance",SUMX(Sheet1,Sheet1[EndingBalance]),SUMX(Sheet1,Sheet1[BalanceAvailable]))The card visual's title is mapped to Category as well. - 5 years ago
Probably you are missing a relationship between the tables in model.
Please see if this would help :
The card is mapped to a measure :
AbhiSSRS
Can you please confirm if you are using single card? If yes, pls do let me know how the titles are being changed dynamically
- AbhiSSRS5 years agoSolution Sage
Yes this is a single card mapped to the measure. The measure changes its value dynamically so it appears as per requirement. This may be an alternative to your actual requirement of having 2 and hiding/unhiding because that is not feasible without button clicks (bookmarks need button clicks)
- AbhiSSRS5 years agoSolution Sage
Map the Title text to field , it will change dynamically based on selection
- Anonymous5 years agoNot applicable
AbhiSSRS Tried to do the same but the text is showing as balance available always though i selected a category which has ending balance( but the numbers are changing correctly.)