Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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. ...
  • dax's avatar
    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])+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.