Parse CODESSTRING in Power BI Using Power Query (M)
๐ Context The CODESSTRING field returned from Oracle contains serialised key-value pairs using non-printing ASCII characters: Example value: โ Goal Convert this encoded string into structured columns in Power BI, e.g.: ACCOUNT CODE_B CODE_C CODE_D CODE_E 10201 200 2011072 ๐ ๏ธ Solution: Power Query Function Step 1: Create the Parsing Function Step 2: Apply the Function … Read more