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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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.
Please explain me why these values differ?
Thanks in advance
@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?
Regards,
Lydia
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 31 | |
| 23 | |
| 23 |