Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
how can I properly sort the order Status
This order status is comming up with DAX formula
Solved! Go to Solution.
@Munawar1881 add this caclculated column to the table:
Days Diff = DATEDIFF('Table'[Shipment Date], 'Table'[Actual Shipment Date], DAY)
And then use the sort by column:
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
@Munawar1881 add this caclculated column to the table:
Days Diff = DATEDIFF('Table'[Shipment Date], 'Table'[Actual Shipment Date], DAY)
And then use the sort by column:
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
Perfect realy got the results. thank you so much for your help
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?
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |