Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am trying to arrange my central date table by month number in order to have the line graph display January through December but I keep getting a cardinality error.
I have a central date table with more than one year, therefore I believe that might be the problem.
Could you please advice?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
Please try below steps:
1.Create a month table, and add a index column , then sort the month column by index
Month_sort:
2.Create a relationship between your month table and fact table
Fact:
Mode:
3.Then add a line chart
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please try below steps:
1.Create a month table, and add a index column , then sort the month column by index
Month_sort:
2.Create a relationship between your month table and fact table
Fact:
Mode:
3.Then add a line chart
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can you show me your date table after adding the DateSortColumn?
So I have tried your DAX two different ways as I couldn't close brackets. I get the same error for both.
whats the second one? the first is correct and should work, i use the exact same setting in my date table... so it's weird
I tried the correct one and it is still giving the same error 😞
I have multiple years, could this be the issue?
no, that's the default case ... can you send the pbx file?
Add a DateSortColumn to your Calendar table, like
DateSortColumn := 100 * YEAR(Calendar[Date]) + MONTH(Calendar[Date])
and apply this to your Month-Column as "Sort by".
Thanks for the reply. I am getting this error when I try to sort?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 70 | |
| 38 | |
| 28 | |
| 26 |