Forum Discussion
Anonymous
3 years agoNot applicable
DAX formula error AddColumn and Summarize
MaxChangeNumberTable = SUMMARIZE ( CallOff_Delivery_Dates, CallOff_Delivery_Dates[CallOffID], "MaxChangeNumber", MAX ( CallOff_Delivery_Dates[ChangeNumber] ) ) =ResultTable= ADDCOLUMNS ( Ma...
- Anonymous3 years ago
Hi Anonymous ,
In Power Query, the code we use is M language. We use DAX language in Power BI Desktop. Attempting to run the DAX language in Power Query will certainly not succeed.
Quick tour - PowerQuery M | Microsoft Learn
DAX overview - DAX | Microsoft Learn
M or DAX? That is the Question! - RADACAD
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
any answer please