March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 individually. All the Jan 2024s aren't rolling up together, they stay separate:
Does anyone know how to fix this? It is making my line graphs look insane.
Solved! Go to Solution.
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.
Hi @mitchryan8 ,
Is your problem solved, and if so, please mark the answer you think is correct as solution.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Why not work with a calendar dimension table and make your modifications to this table according to your need?
Give it a try and comment on how it went.
That "works" in the sense that they do group together. But the column is not longer in Date format, once you use the FORMAT function it turns it into TEXT. And then it doesn't sort in order so kind of defeats the whole purpose
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
83 | |
73 | |
49 |
User | Count |
---|---|
167 | |
149 | |
98 | |
73 | |
57 |