Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
@Alejandro-Glez , Move Related inside the sumx and try
example
Sumx(Table, Table[col]* related(dim[Value]))
@Alejandro-Glez , Move Related inside the sumx and try
example
Sumx(Table, Table[col]* related(dim[Value]))
It worked!
Thanks.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.