The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
hello,
i need to create columns and add the value from a specific text
this is the model of the text i have
[{"Date":"2023-12-18T00:00:00","Percentage":50.0},{"Date":"2023-10-11T00:00:00","Percentage":25.0},{"Date":"2024-10-11T00:00:00","Percentage":25.0}] |
i need to convert it like this
Solved! Go to Solution.
It is a Json.
Put Json.Document( ) around your text. It might look something like add a custom column =Json.Document([Column1]) or potentially around your source step.
thnaks
It is a Json.
Put Json.Document( ) around your text. It might look something like add a custom column =Json.Document([Column1]) or potentially around your source step.