Forum Discussion
Anonymous
6 years agoNot applicable
Graph Show all X Axis
Hi everyone, I just need a little help, When i make a graph for my data its missing other Hour (x Axis). see below, on the graph format, i choose a Categorical Type. And show this results. ...
- 6 years ago
Hi pamboys09,
You could try to create a table for x-axis, then create measure like below
Measure = SUM('Table (2)'[amount])+0You could refer to my sample for details.Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
dax
6 years agoCommunity Support
Hi pamboys09,
You could try to create a table for x-axis, then create measure like below
Measure = SUM('Table (2)'[amount])+0
You could refer to my sample for details.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.