Forum Discussion
Intellisense / Auto Complete Stopped Working
- 6 years ago
So, I've isolated the problem. Intellisense and auto-complete fail as soon as a 'try' is created without 'otherwise'.
e.g. if you add line 11 from this example anywhere in any query, the feature is broken in all queries.
textUnitPrice = try Number.ToText(Sales[UnitPrice])
It seems that the problem is isolated to a single .pbix file. Others are working fine. Saving a copy (via PBI or Explorer) does not fix the issue. I tried to delete the internal Metadata file, but that made no difference either. Interestingly, Metadata was not even re-created after deletion. Any ideas other than recreating every query?
- hansei6 years agoHelper V
So, I've isolated the problem. Intellisense and auto-complete fail as soon as a 'try' is created without 'otherwise'.
e.g. if you add line 11 from this example anywhere in any query, the feature is broken in all queries.
textUnitPrice = try Number.ToText(Sales[UnitPrice])