Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I needed to create a visual with a trendline that also shows only the last 24 months of data and a started with a visual that would not allow me to add a trendline. I learned that I must change my x axis type from continuous to categorical to get the trend line option but when I change it my data labels get wonky.
My months kind of make sense because it shows the first month in each quarter so maybe some type of heirarchical thing going on there?
But the column values just seem to be random. It will skip one or two and then show two or three then skip another one or two etc. Is there a way i can get month and year on every column as well as the column values without losing my trendline?
Thanks in advance!
Solved! Go to Solution.
@OhLookAnError , It seems like a continuous axis, make it categorical
if needed have month year and month year sort column in your table and use month year column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
@OhLookAnError , It seems like a continuous axis, make it categorical
if needed have month year and month year sort column in your table and use month year column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 38 | |
| 35 | |
| 23 |