Forum Discussion
marcorusso
Most Valuable Professional
9 years agoIntellisense bug in Power BI Desktop
The following DAX code is correct and accepted in Power BI, but IntelliSense marks it as syntax error after the first argument: Subscription = ALLNOBLANKROW ( Subscriptions[First List], Subs...
- 9 years ago
Thanks for catching this Marco! Sorry about that :). Turns out the implementation of ALLNOBLANKROW didn't match the original spec :smileyhappy: when the update to intellisense ships we'll fix the MSDN documentation to include the extra parameter(s) as well
v-sihou-msft
Microsoft Employee
9 years ago