Forum Discussion
Anonymous
5 years agoNot applicable
PowerQuery meets thinkcell
Hi,
I want to have a bar chart of invest and impact for every project in thinkcell.
Is there a way to transform the data like in the picture below? Then I Would be able to link each bar chart. (think cell demands a certain data structure).
NewStep=Table.FromRows({List.Combine(Table.ToRows(PreviousStep))})
3 Replies
- mahoneypat
Microsoft Employee
I am not familiar with ThinkCell but you should be able to do all you need with Power BI.
Pat
- AnonymousNot applicable
Thanks pat,
Thats my goal. But how do I do it?
- wdx223_Daniel
Community Champion
NewStep=Table.FromRows({List.Combine(Table.ToRows(PreviousStep))})