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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello everyone,
In the Step foldin indicators there is an "Unknown" indicator which represents absence of query plan due to an error. How do I find out that error?
Solved! Go to Solution.
Hi @xander2121,
The step indicators are calculated by using the query plan. In "M", the query plan can be obtained by calling Value.Expression(Value.Optimize(...)) on the affected step.
For example, a known bug (under investigation) that will produce an "Unknown" step indicator is this:
I can obtain the error message by adding a new step that obtains the query plan for the affected step:
Hi @xander2121,
The step indicators are calculated by using the query plan. In "M", the query plan can be obtained by calling Value.Expression(Value.Optimize(...)) on the affected step.
For example, a known bug (under investigation) that will produce an "Unknown" step indicator is this:
I can obtain the error message by adding a new step that obtains the query plan for the affected step:
Hi @xander2121 ,
Could you please provide some details like when the error occurs and screenshots to help us clarify your scenario?
Best Regards,
Eyelyn Qin
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 |