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.
Hi Guys
is power bi a tool that would help compering 2 tables?
First - column names are not matching but this could be mapped during loading excels into power bi
What about conditions - If Table1 column "Alfa" has value Batch and Table2 column "Alfa" is blank then FALSE
what would you recommend to use? cal.columns, measurments? Table3 with results?
Thanks for any ideas
Solved! Go to Solution.
@MasterSonic
You can use multipl ways. IF you have a common key in these two tables then, you can add a calculated column using LOOKUP function.
Or, in Power Query, perform a table merge,
If you no common keys are there, then you need to rely on the position of the rows as it is. Add and index column in both the tables and merge then add additional columns to check
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@MasterSonic
You can use multipl ways. IF you have a common key in these two tables then, you can add a calculated column using LOOKUP function.
Or, in Power Query, perform a table merge,
If you no common keys are there, then you need to rely on the position of the rows as it is. Add and index column in both the tables and merge then add additional columns to check
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
12 | |
9 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
14 | |
9 | |
7 |