Forum Discussion
transpose calculated columns
- 7 years ago
hi, Anonymous
You need to learn about the difference between M and DAX.
Calculate column is based on DAX and is part of the data model, it won't appear in edit queries. and in the edit queries, it needs M Langauge and not DAX expressions.
And you could add a custom column in edit queries and then transpose.
For further about the difference between M and Dax, you could have a good look at this article.
Best Regards,
Lin
hi, Anonymous
You need to learn about the difference between M and DAX.
Calculate column is based on DAX and is part of the data model, it won't appear in edit queries. and in the edit queries, it needs M Langauge and not DAX expressions.
And you could add a custom column in edit queries and then transpose.
For further about the difference between M and Dax, you could have a good look at this article.
Best Regards,
Lin