Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
29 | |
26 | |
23 | |
13 | |
10 |
User | Count |
---|---|
24 | |
21 | |
17 | |
11 | |
9 |