Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have a Matrix thats aggregating power generated against a windspeed (binned value)
The matrix subtotal shows the average of the whole data once filters are applied. Is there any way to calculate the sum of each row of the matrix (when each row contains an average). So the the column with the total saying 51.7. I need a measure where it sums each row in that matrix and gives me (with the selected slicers and filters): 154.15
I would need this measure to be divided by a constant and displayed as a score card so it doesnt have to show up in the matrix
I hope the screenshots suffice, it would take significant amount of time for me to recreate this with dummy data to be able to share the pbix but if thats whats needed then let me know.
Solved! Go to Solution.
Hi,
Does this measure work?
=SUMX(VALUES(Data[Wind speed [m/s]]),[Average of WT14_P_Avg])
Hi,
Does this measure work?
=SUMX(VALUES(Data[Wind speed [m/s]]),[Average of WT14_P_Avg])
I think the average per windspeed column was wrong. it had SUM instead of Average:
probably something i messed with while tinkering
This is the closest i can get to work:
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.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |