Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
Been really struggling to get this working, hope you can help 🙂
So I have a table pulled from an API, this table includes details such as company name, company id, email and an order ID. This table also includes a column that contains the detail of the order ID (such as product ordered, quanitity etc) this column is named 'OrderRows'.
As you can see from the screenshot below inside the 'orderrows' column contains a record and within that record contains a record for each line item row.
As you can see from the formula below I have transformed all the records in the 'Orderrows' into one table.
What I need to do though is retain the information brought through in the first screenshot to each row of the second screenshot. (its the same query)
Any help at all? 🙂
Thank you
Will
Solved! Go to Solution.
Worked it out - for anyone who is struggling;
I inserted a custom column and used the below
Record.ToTable(Record.Combine(#"Removed Columns4"[orderRows]))
Ended up with my desired output;
Worked it out - for anyone who is struggling;
I inserted a custom column and used the below
Record.ToTable(Record.Combine(#"Removed Columns4"[orderRows]))
Ended up with my desired output;
User | Count |
---|---|
11 | |
8 | |
5 | |
5 | |
4 |
User | Count |
---|---|
16 | |
14 | |
8 | |
6 | |
6 |