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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Myurathan
Frequent Visitor

Need Help - Measures

I am currently learning DAX. I have created following measures.

Sales Table -->

 

SalesAmount := SUMX(Sales, Sales[Quantity]*Sales[Unit Price])

Product Table -->

 

ProductSalesAmount := SUMX(RELATEDTABLE(Sales),Sales[Quantity]*Sales[Unit Price])
ProductSalesAmount1 = SUMX(RELATEDTABLE(Sales),Sales[SalesAmount]) 

 

For my understanding, these two measures should give me same values, but they do not. 

 

2017-12-13 (2).pngPlease explain me why these values differ?

 

Thanks in advance

 

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@Myurathan,

I am not able to reproduce this issue using my sample data.  Could you please share the data of your tables to me via Private Message?

1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.