The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Good afternoon
I am trying to calculate the total revenue using DAX, so I try to multplicate with the SUMX the amount of sales of the Fact Ventass by the unit price of the DimProduct, with RELATED. However, it does not work for me even though the model is related to the ProductKey.
Thank you and greetings.
https://gyazo.com/a9584557a50395ef4e8d34f16260a175
https://gyazo.com/659db086264438b055bacc109cc4a8c8
Solved! Go to Solution.
@Anonymous , Move Related inside the sumx and try
example
Sumx(Table, Table[col]* related(dim[Value]))
@Anonymous , Move Related inside the sumx and try
example
Sumx(Table, Table[col]* related(dim[Value]))
It worked!
Thanks.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
119 | |
86 | |
75 | |
55 | |
44 |
User | Count |
---|---|
136 | |
128 | |
78 | |
64 | |
63 |