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.
I created a matrix with a double hierarchy (one on the rows and another on the columns). In this matrix the parent values are autmatically calcutaled starting from the members.
I would like to creare an interactive dashboard where a person could change one of these values and see what happens (both on parents and members). If I change a member value, I want to see what is changing in the parent value based on the herarchy. If I change a parent value I want to see what happens on the members based on a rule. The rule could assign the value to the member based on the previous proportion:
old parent : old value = new parent : new value (new value = new parent/old parent*old value). Is that possibile in any way?
@Anonymous ,
So you requirement is to achieve the "new parent", "new value" based on the selected cell like "old parent", "old value", right? I'm afraid this can't be achieved in matrix visual, you may create a slicer and use DAX function like SELECTEDVALUE() to achieve the selected value.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
A slicer isn't showing me the fields as i wish. For example I can't see a double hierarchy: one for the column and one for the rows. Furthermore I want to see the value associeted to the interesection of the rows and columns and a matrix is the only way I know to do that.
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.