Forum Discussion

marcorusso's avatar
marcorusso
Icon for Most Valuable Professional rankMost Valuable Professional
9 years ago
Solved

Intellisense 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...
  • TaylorClark's avatar
    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