Forum Discussion
Unpivot with Direct Query
Hi,
Is it possible to UNPIVOT the data by using the Direct query in Power BI Desktop?
Thank you,
Here is a post suggesting a work around using UNION()
https://stackoverflow.com/questions/50213905/is-it-possible-to-unpivot-in-power-bi-using-dax
9 Replies
- kentylerSolution Sage
Is the "Unpivot Column" button grayed out ? If so you will have to do the unpivot in the datasource.
- kentylerSolution Sage
Here is a post suggesting a work around using UNION()
https://stackoverflow.com/questions/50213905/is-it-possible-to-unpivot-in-power-bi-using-dax
- AnonymousNot applicable
kentyler , Brilliant, It works for me with Union. Thank you
- AnonymousNot applicable
kentyler , Thanks for your response, The Unpivot option is not grayed out but it is not letting me apply changes on the Query editor window. I guess, it is not possible at the moment and I may need to Unpivot on the source side.
- V-lianl-msftCommunity SupportHi Anonymous ,After my simple test, the direct connection mode is possible to unpivot columns.Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
Hi Anonymous ,
I found this article on internet
https://www.newtechdojo.com/unpivot-columns-in-power-bi/
I have used this concept in my case and it worked.
Please have a look.best regards,
Gaurav Raj Singh
please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Anonymous , Thanks for your response, that article is about the unpivot the data with import mode but I need with the Direct mode connection.
- AnonymousNot applicable
V-lianl-msft , I can see data on the Query editior but when I click on the close and apply then it is saying this Query contains transformation that can't be used for Direct Query.
I'm not sure whether you applied action, please see below.
Thanks