Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Divya904
Helper III
Helper III

DAX to derive distinct value

Hi Expert,

 

Please help me to resolve this. I have requirement as given below:

 

Capture101.PNG

what would be the DAX calculation to get the result as shown for 'Order Received'. Orders Received depends on distinct Sales Orders.

 

Thanks.

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

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())

捕获.PNG 

 

Regards,

Jimmy Tao

Anonymous
Not applicable

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

Anonymous
Not applicable

Can you post some sample data for your scenrio?

 

Thanks

Raj

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.