Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Munawar1881
Helper II
Helper II

Sorting

Munawar1881_0-1659443090083.png

 

how can I properly sort the order Status

 

This order status is comming up with DAX formula 

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@Munawar1881 add this caclculated column to the table:

 

 

Days Diff = DATEDIFF('Table'[Shipment Date], 'Table'[Actual Shipment Date], DAY)

 

 

 

SpartaBI_0-1659443341307.png



And then use the sort by column:

SpartaBI_1-1659443391698.png


Addintg also a link tp the previous question, to make it more clear if anyone else will read this:
https://community.powerbi.com/t5/DAX-Commands-and-Tips/IF-Condition/m-p/2675526#M79918


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report – Contoso By SpartaBI

View solution in original post

6 REPLIES 6
SpartaBI
Community Champion
Community Champion

@Munawar1881 add this caclculated column to the table:

 

 

Days Diff = DATEDIFF('Table'[Shipment Date], 'Table'[Actual Shipment Date], DAY)

 

 

 

SpartaBI_0-1659443341307.png



And then use the sort by column:

SpartaBI_1-1659443391698.png


Addintg also a link tp the previous question, to make it more clear if anyone else will read this:
https://community.powerbi.com/t5/DAX-Commands-and-Tips/IF-Condition/m-p/2675526#M79918


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report – Contoso By SpartaBI

Perfect realy got the results. thank you so much for your help

@Munawar1881 my pleasure 🙂

hey me again. actually where the "actual shipment date" is blank, I am not able to get exact result. of (status Early, Delay and On Time" if actual shippment is null its mean either its cancled order or late and we could know it by status column "Po Status" can please check this

Hey, will be available later this evening and ping you here

can you come to the teams chat now? 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors