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.
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!