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.
trying to gather data directly from Exchange online to query multiple group mailboxes.
I've done this previously with one inbox and it has been refreshing properly for months uninterrupted.
Currently there are 10 inboxes being appended into a single table which is causing issues with the below error
I've tried a couple different things but seem to be hitting a wall.
Hi @Anonymous ,
This seems to be a problem of circular dependency. If you are working with two tables and the second table is dependent on the first table, then you join with Master PDB TEMP. What you can do is create a reference to MASTER PDB TEMP and editing Table 2 to the new referenced query. A new query should help you resolve the error.
Please refer to the similar thread: https://community.powerbi.com/t5/Desktop/Append-2-tables-expression-error-a-cyclic-reference-was/td-p/521014
Best Regards,
Dedmon Dai