The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.