Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 70 | |
| 38 | |
| 35 | |
| 23 |