Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I am trying to do a comparison between Actuals Values and our Monthly Financial Estimates in a Matrix. My Actuals (Values) come over correctly but when I add my Estimate numbers it totals instead of filtering for each given Cost Element (Account Number). I feel like it's a relationship issue possibly but I'm not sure. Any help is appreciated.
Solved! Go to Solution.
@Anonymous yes it is a relationship issue. you need to create an active relationship on cost element between your sheet5 and sap data. since in your visual you are showing the data at cost element level but in the abence of any active relationship between cost element between these two tables, entire value is appearing against each cost element.
I can see there is an inactive relationship between these two tables. in that case, you can use this inactive relationship in your measure to calc correct estimatd value. You can create a measure like below. Please correct the syntex as per the actual names of fields in the data.
estimates = calculate(sum(estimates),userelationship(sap_data[cost element], sheet5[cost element])
Proud to be a Super User!
@Anonymous yes it is a relationship issue. you need to create an active relationship on cost element between your sheet5 and sap data. since in your visual you are showing the data at cost element level but in the abence of any active relationship between cost element between these two tables, entire value is appearing against each cost element.
I can see there is an inactive relationship between these two tables. in that case, you can use this inactive relationship in your measure to calc correct estimatd value. You can create a measure like below. Please correct the syntex as per the actual names of fields in the data.
estimates = calculate(sum(estimates),userelationship(sap_data[cost element], sheet5[cost element])
Proud to be a Super User!
User | Count |
---|---|
122 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |