Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi
I have three tables.
Table1 : column 1, column2
Table2 : column3, column2
Table3: column4, colum2.
Is there a way as such, i need to compare data as if(table1(column2)=table2(column2) then table2(column) else table table3(column2)) should be displayed in table1(column2). All are text values
Solved! Go to Solution.
It would depend on your table relationships and cardinality how best to achieve this, but I'd start by looking at what you can achieve using RELATED() or LOOKUPVALUE()
see https://learn.microsoft.com/en-us/dax/related-function-dax and https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
It would depend on your table relationships and cardinality how best to achieve this, but I'd start by looking at what you can achieve using RELATED() or LOOKUPVALUE()
see https://learn.microsoft.com/en-us/dax/related-function-dax and https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
68 | |
54 | |
53 | |
36 | |
34 |
User | Count |
---|---|
84 | |
71 | |
55 | |
45 | |
43 |