Forum Discussion
Anonymous
6 years agoNot applicable
multi dimension structure to flat structure
Hi I'm pulling a report API that returns a multi-dimension JSON structure I'm not entirely sure how to handle in Power BI; Source data; I can convert that to a table, transpose th...
artemus
6 years agoMicrosoft Employee
Something like (new custom step):
#table(Record.FieldNames(PreviousStep[column_definitions]), PreviousStep[row_values])
This may depend on the format of column_definintions.
PreviousStep is the previous step in the query