Forum Discussion
Divya904
Helper III
8 years agoDAX to derive distinct value
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
You may try to create measure as below:
Order Received = DISTINCTCOUNT ( Table1[Sales Order] )
Regards,
Cherie
1 Reply
- v-cherch-msft
Microsoft Employee
Hi Divya904
You may try to create measure as below:
Order Received = DISTINCTCOUNT ( Table1[Sales Order] )
Regards,
Cherie