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