Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to capture the current query in the #sections table in Power Query.
The current query generates a circular dependency, so I tried using try [Value] otherwise null and several other ways to check which record in the seciton table generated the error. It e.g. captures the HasError value correcty (HasError = True), while others are false.
However, when trying to retrieve the value for HasError, it does not retain the TRUE value, likely due to the underlying table not having errors. Similarly when trying to get the record fieldnames and expanding them, and so on. I also tried to retrieve the error message via a range of other means.
Does anyone have any idea how to retrieve this in power query?
Solved! Go to Solution.
I found an alternative route to achieve what I tried to achieve, so getting the error is no longer needed. I generated a uniquer tableid and compared that with the nested table internal id.
I found an alternative route to achieve what I tried to achieve, so getting the error is no longer needed. I generated a uniquer tableid and compared that with the nested table internal id.
Hi , thank you for reaching out to the Microsoft Fabric Community Forum.
May i know if 'I found an alternative route to achieve what I tried to achieve, so getting the error is no longer needed.' mean your issue is solved. If it is, please share the insights here, which will help others with similar queries.
Also, please consider marking the answer 'Accept as Solution' so others with similar queries may find it more easily.
Thank you.
I am trying to capture the current query in the #sections table in Power Query
for what purpose? You already know which query you are in?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.