Forum Discussion

mitchryan8's avatar
mitchryan8
Frequent Visitor
2 years ago
Solved

Power BI Dates Grouping Individually

I have a date column that I pull in from a view in Azure Databricks. I want it formatted 'Jan 2024' so I formatted it MMM YYYY in the format box. But this is causing all the dates to group individual...
  • Syndicate_Admin's avatar
    Syndicate_Admin
    2 years ago

    That's why TDFecha is useful, you create a month number column and use the sort by Column tool, sorting YEAR_MONTH by Month(In number).

    Recommendation, since you have several values in a month for the same value in YEAR_MONTH, what I do is filter specific days from Power Query, so that there is a 1 - 1 relationship, like the following example.

    Then you sort it by...

    In case it gives you an error, save your changes, close the file, and try again.

    If this publication help , considering accept it as the solution to help other members find it more quickly.