We'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
Hi,
I am not able to sort WeekDay names. I want to sort by Mon to Sun. please help
Solved! Go to Solution.
Hi @mrrobottelg - In your date table, create one calculated column with Day Number as below and sort it on the top of column Week day with Day number.
calculated column as below:
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
It worked. Thank you.
Hi,
In the Calendar table, create a calculated column formula to extract the Day of week
DoW = format(calendar[date],"dddd")
In MS Excel, create a 2 column by 7 row table with day names in column 1 and order of those day names in column 2. Name this table as doworder.
| Day name | Day order |
| Monday | 1 |
| Tuesday | 2 |
| Wednesday | 3 |
| Thursday | 4 |
| Friday | 5 |
| Saturday | 6 |
| Sunday | 7 |
In the Calendar Table, write this calculated column formula to brin over the Order column from another table
Dow order = related(doworder[order])
Click on any cell in the Dow column of the Calendar table and under Sort by column, select Dow order. to your visual, drag Dow from the Calendar Table.
Hi @mrrobottelg - In your date table, create one calculated column with Day Number as below and sort it on the top of column Week day with Day number.
calculated column as below:
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
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 |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |