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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Everyone,
A simple measure question, but I can't find any solution.
A short example. I have 2 tables with these values:
And this is what I want to achieve:
It seems to be logical but it doesn't work:
the simple solution is how you model this data
create a bridge table, which is the unique list of all your id's in both tables, and then hook up both of tables to to the unique id table.
then using your new unique values of id's table, you place the ids from that table on the visual and the values you want from each of the tables and you should be able to compare.
if you give data in text format i can create it for you, bit it requires data in a usuable text format to copy and paste, or provide your pbix.
Proud to be a Super User!