Forum Discussion
summarize table and add new columns
hi, Anonymous
I'm afraid it is difficult achieve in DAX, this has changed table structure. and unless you use use a matrix visual to show the result and do not show current value in visual.
here is the pbix file, please try it.
Best Regards,
Lin
5 Replies
- AnonymousNot applicableApologies for the messy post, the webpage is not letting me input in html, nor is it recognizing new line characters
- v-lili6-msft
Community Support
hi, Anonymous
Your expected output is a bit messy, and if I understand you correctly, you could try this way as below:
First add a current status column
In Edit Queries, Duplicate the basic table use Group by and merge function like this post.
Second use Pivot column function like below:
Select Status column and then click Transform->Pivot column
Result:
and here is pbix file, please try it.
By the way, you could change another browser eg. IE, It will be well.
Best Regards,
Lin
- AnonymousNot applicable
Love it!! Can this be done in DAX?
- AnonymousNot applicable
Love it!! Can this be done in DAX?
- v-lili6-msft
Community Support
hi, Anonymous
I'm afraid it is difficult achieve in DAX, this has changed table structure. and unless you use use a matrix visual to show the result and do not show current value in visual.
here is the pbix file, please try it.
Best Regards,
Lin