Forum Discussion

qwertzuiop's avatar
qwertzuiop
Advocate III
6 years ago
Solved

How to edit bar chart?

Hello PowerBI-Community As you can see below, I have created a bar chart by displaying push messages in a certain period of time. The push messages can be assigned to a customer (here customer = ?)....
  • v-xicai's avatar
    6 years ago

    Hi qwertzuiop ,

     

    You may create measure like DAX below, then put the measure into value box of chart visual.

     

    Count push messages =CALCULATE(COUNT(Table1[push messages]),ALLSELECTED(Table1[customer number]))

     

    Best Regards,

    Amy

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.