Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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
Solved! Go to Solution.
Hi @Divya904
You may try to create measure as below:
Order Received = DISTINCTCOUNT ( Table1[Sales Order] )
Regards,
Cherie
Hi @Divya904
You may try to create measure as below:
Order Received = DISTINCTCOUNT ( Table1[Sales Order] )
Regards,
Cherie
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
93 | |
90 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
82 | |
63 | |
54 |