Forum Discussion
Munawar1881
4 years agoHelper II
Sorting
how can I properly sort the order Status
This order status is comming up with DAX formula
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
6 Replies
- SpartaBICommunity Champion
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- Munawar1881Helper II
Perfect realy got the results. thank you so much for your help
- SpartaBICommunity Champion
Munawar1881 my pleasure 🙂