Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.