AasozabRegular Visitor2 years agoSolvedHow to swap some values between two columns in power query using either GUI elements or M code? How to swap some values between two columns in power query using either GUI elements or M code? Show Moredufoq32 years agoHi Aasozab, I recommend you to create new pair of columns with extracted values: [Extracted Date] if (try Date.From([Column1]) otherwise false) is date then [Column1] else [Column2] [Extracted Text] if [Column1] = [Extracted Date] then [Column2] else [Column1]
dufoq32 years agoHi Aasozab, I recommend you to create new pair of columns with extracted values: [Extracted Date] if (try Date.From([Column1]) otherwise false) is date then [Column1] else [Column2] [Extracted Text] if [Column1] = [Extracted Date] then [Column2] else [Column1]
dufoq32 years agoHi Aasozab, I recommend you to create new pair of columns with extracted values: [Extracted Date] if (try Date.From([Column1]) otherwise false) is date then [Column1] else [Column2] [Extracted Text] if [Column1] = [Extracted Date] then [Column2] else [Column1]
dufoq3Community Champion2 years agoHi Aasozab, I recommend you to create new pair of columns with extracted values: [Extracted Date] if (try Date.From([Column1]) otherwise false) is date then [Column1] else [Column2] [Extracted Text] if [Column1] = [Extracted Date] then [Column2] else [Column1]
AasozabRegular Visitor to dufoq32 years agoHi dufoq3 . I got these errors when followed your steps:Please tell me:1. whether or not I followed your steps correctly?2. Why getting this error?TIA dufoq3Community Champion to Aasozab2 years ago You have to add them into-your query as a custom column. AasozabRegular Visitor to dufoq32 years agoI have done so.Check thse steps and plz tell where I have made a mistake. and why i am getting error in last step and plz also tell what would be next steps?123456Show More
AasozabRegular Visitor to dufoq32 years agoHi dufoq3 . I got these errors when followed your steps:Please tell me:1. whether or not I followed your steps correctly?2. Why getting this error?TIA
dufoq3Community Champion to Aasozab2 years ago You have to add them into-your query as a custom column.
AasozabRegular Visitor to dufoq32 years agoI have done so.Check thse steps and plz tell where I have made a mistake. and why i am getting error in last step and plz also tell what would be next steps?123456
Related contentHow to add headers without columns elements?Show rows having common elementsProblem with Cell Elements Formattingdisplay multiple elements with SELECTEDVALUETheme elements complete list