Forum Discussion
NicolasF26
3 years agoRegular Visitor
Mesure as a filter
Hello Everyone, I can't manage to use a measure as a classic filter for a visual. I use this measure to find the first unique value in the column named "CT" FIRST_CT = INDEX(1,DISTINCT(Tabl...
Idrissshatila
Super User
3 years agoHello NicolasF26 ,
If you want to use it as a filter, you should make it as a calculated column and then put this column in the slicer.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- NicolasF263 years agoRegular Visitor
Thank Idrissshatila for you reply, why do I have to make a calculated column, to create an dynamique Index ?
- NicolasF263 years agoRegular Visitor
Could it be done by a LOOKUP Dax but to obtain a list of values instead of the first one ?
- Idrissshatila3 years ago
Super User
NicolasF26
No, it should be a calculated column so you could view it.If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- NicolasF263 years agoRegular Visitor
Okay but I don't understand what the column should calculate to be able to refer to the first occurance filtred