Forum Discussion

nino2469's avatar
nino2469
Frequent Visitor
4 years ago
Solved

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: ...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    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.