Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredFabric Ideas just got better! New features, better search, and direct team engagement. Learn more
In Power BI Desktop, DAX Query View Intellisense is not working for DEFINE TABLE
& DEFINE COLUMN
.
For example, this query:
DEFINE
TABLE MyTable = { 1, 2, 3 }
COLUMN MyTable[Value Squared] = MyTable[Value] ^ 2
EVALUATE
MyTable
appears as:
The query itself executes without problem, it is just an issue with Intellisense apparently not recognising DEFINE TABLE
& DEFINE COLUMN
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.