Forum Discussion

cmccarra's avatar
cmccarra
Frequent Visitor
8 years ago
Solved

How to order dates chronologically on graph x-axis

Hi, I have a Power BI report connected live to an azure analysis services cube. In the cube I have a column for email 'sentdate' (which is a complete date and timestamp), 'daysent' (1-31), 'monthsen...
  • v-danhe-msft's avatar
    8 years ago

    Hi cmccarra,

    Based on my test, you can refer to below steps:

    1.Create a Clustered column chart and add the [month] and [avg] fields.

    2.Put the [year] field before the [month] and use the “Expand all down one level in the hierarchy” function in the visual. Now you can see the correct result.

    Regards,

    Daniel He