The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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