The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have purchase order with receipt date and expected date. Now I am trying to evaulate supplier's devliery performace.
At the end I would like to count as below using DAX, rather than sorting them out in power query using Grouping rows.
How can I merge rows using Dax and extract as below?
Each column definition as below
not sure how I can acheive using calculated column
@dogburalHK82 check below official Microsoft link. On Step 5 there is example how to use IF function to get some of your status.
Proud to be a Super User!
Try Calculated column in your table with IF statement for your wanted status, like INT(Promised Date - Delivery Date. I hope this help.
Proud to be a Super User!
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
13 | |
8 | |
8 |