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 have two tables, Table1 has the metric and Table2 has the dimension I want to filter by. They are connected by a key. I want to:
I'm not very experienced with Power BI so any input would be appreciated. Thank you.
I thank you for the responses, but I no longer need to figure out this problem.
Hi,
Drag the Dimesnion from Table 2 to the visual and write this measure
=MEDIAN(table1[metric])
There should be a relationship between the 2 Tables.
Which relationship do the Table 1 and Table 2 have?
If they have a one to one relationship, you could create a measure in Table2
Measure = CALCULATE(MEDIAN(table1[metric]),ALLEXCEPT(table2,table2[group]))
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.