Forum Discussion

Olga_S's avatar
Olga_S
Frequent Visitor
5 years ago
Solved

Vsualize text measure

I have a measure that gives status for the customer based on the sales history. I would like to visualize it with a bar chart where I have status as Axis and number of customers in values. How can ...
  • amitchandak's avatar
    5 years ago

    Olga_S , if you want, measure as dimension, create a table with these four values (Say Status)

     

    Then create a measure like

    countx(filter(values(Table[Customer]), [Measure] = max(Status[Status])),[Customer])

     

     

    Refer my video  : https://youtu.be/CuczXPj0N-k