This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Expert,
Please help me to resolve this. I have requirement as given below:
what would be the DAX calculation to get the result as shown for 'Order Received'. Orders Received depends on distinct Sales Orders.
Thanks.
Hi Divya904,
Create a calculate column using DAX below:
Result = IF(CALCULATE(COUNT(Table1[Sales Order]), ALLEXCEPT(Table1, Table1[Sales Order])) = 1, Table1[Sales Document], BLANK())
Regards,
Jimmy Tao
Hi
Create a measure with this formula:
Order Received = DISTINCTCOUNT(Sales[SalesOrder])
Thanks
Raj
Hi Rajendran,
Thanks for your reply. It is bit tricky here.
I have fields - Number of Sales documents , Sales Order.
I need to create following logic in DAX.
Result = Number of sales documents where Sales Order is disctinct.
Your help is appreciated here. Thanks
Can you post some sample data for your scenrio?
Thanks
Raj
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 23 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 38 | |
| 28 | |
| 23 | |
| 22 |