Forum Discussion
qwertzuiop
Advocate III
6 years agoHow 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 = ?)....
- 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.
v-xicai
Community Support
6 years agoHi 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.