Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi ,
I have a matrix visual created using relationships and Lookup.
When i remove Child from this visual The Total * index recalculates as does the index and the total to sums
A becomes 310, index becomes 1.4 and the total becomes : 434, that isnt correct. How can i prevent that.
I want the total to become : 132
Extra Information : Parent is a lookupvalue based upon Child. (We have a classification table for these matters)
Total and Index are measures, since date_sut has to be the same, date_pub has to be the most recent, so i had to do some recalculations.
I have 3 tables :
1 with Child Values, 1 with index values and the third one is the classification table.
Is there a possibility to adjust the total * index based upon the values selected in the visual, rather then summing it.
Solved! Go to Solution.
please try
Index * Total =
SUMX ( VALUES ( 'Table'[Child] ), [Total] * [Index] )
So Easy, thank you very much.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |