The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I need help with the following:
I have two columns - one for Volumes, one for Prices in two different tables.
What i simply want to do i multiply them and get the value, but then the total row in the matrix presents a different value.
It sums all the volumes and all the prices and multiplies them which is not what I want, I want it to sum the already calculated values for each row.
Can you help me with this? Can I go around the problem somehow?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
As the example data you descript. We can use the following measure as the value of matrix.
MultiplyValue = SUM ( A[Price] ) * SUM ( D[Volume] )
If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
BTW, pbix as attached.
Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more
Hi @Anonymous ,
As the example data you descript. We can use the following measure as the value of matrix.
MultiplyValue = SUM ( A[Price] ) * SUM ( D[Volume] )
If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
BTW, pbix as attached.
Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
112 | |
80 | |
65 | |
48 | |
38 |