Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Im trying to convert a column with JSON-data to new columns. This is my input:
I need my output like this:
I'm trying to convert my 'assessments' column to JSON in the Power Query Editor, but not getting the right outcome:
let
Source = objects,
#"Parsed JSON" = Table.TransformColumns(Source,{{"assessments", Json.Document}}),
#"Expanded assessments" = Table.ExpandRecordColumn(#"Parsed JSON", "assessments", {"36", "43"}, {"product_id", "value"})
in
#"Expanded assessments"
Thanks in advance!
Solved! Go to Solution.
Hi @lionzandvliet ,
If you have the information has you present in the first image you just need to make some addtional steps:
Check PBIX file attach, it's not based on JSON but you only need the steps after "opening" the JSON that is what I show here.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @lionzandvliet ,
If you have the information has you present in the first image you just need to make some addtional steps:
Check PBIX file attach, it's not based on JSON but you only need the steps after "opening" the JSON that is what I show here.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |