Forum Discussion
nino2469
4 years agoFrequent Visitor
Measure for a Visual Card
I am trying to create a measure to do the following. When selecting a name in the slicer, I would like for the card to display the Rating for the competency that I filter for that card. Example: ...
- 4 years ago
You've just changed the paradigm. With so many questions, the nested IF will not be a good approach. It will be better to create a 2 column table and and fetch data from that table into your table with the RELATED() or LOOKUPVALUE() function.
Ashish_Mathur
4 years agoSuper User
Hi,
This is a cleaner model to work with. Please study this carefully and let me know how this works. I have not worked on the colouring so far.