Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi All,
I am struggling with how to sort the slilcer the way I need:
I want as below:
Feb
Mar
Aprl
May
But it is showing as:
April
Feb
Mar
May
Thanks
Solved! Go to Solution.
Hi @sdhn,
You need the month number in your table to sort by. Once you have that, select the text month column and choose sort by, then select Month Number.
Hope this helps.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Hi @sdhn,
You need the month number in your table to sort by. Once you have that, select the text month column and choose sort by, then select Month Number.
Hope this helps.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Hi Knp,
I don't have month number. Please see snap shot below:
Thanks
You'll need to add one.
There are a few different ways to do this, in DAX, choose new column and enter this...
Month Number = MONTH(DATEVALUE(2021 & "/" & 'Date'[Month] & "/" & 1))
You'll need to rename the 'Date'[Month] to match your 'Table'[Column].
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Thanks
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 |
|---|---|
| 52 | |
| 44 | |
| 39 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |