Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
why I am able to merge queries from Table B to Table A but was unable to do so for Table A to Table B.
Meaning I merge Age column from Table B to Table A and wanted to merge Sch Attended from Table A to Table B I am unable to do so. When I select Table B in the drop down, there is no preview show and then error.
I guess you get something like a cyclic reference error.
You solve it by splitting your query for Table A in 2 parts.
In query B you merge with the " A Before Merge"
@LalaLee , Can you share sample data for this
Proud to be a Super User! |
|
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |