Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello guys,
my question is a bit confusing for a moment, so I asked for ideas.
think about two columns and we have all the attributes and values. 
I want 6 columns so pattern is ending with _1 _2 _3 _4 _5 _6 so that I will have 6 different columns 
or I just want to pivot these 6 columns out of possibly 10
Is it possible? 
Solved! Go to Solution.
I have found the answer:
split by delimeter _ 
so it's going to be S_M_2 and 1 etc.
then take the splitted column which values are 1,2,3,4,5,6 and pivot to the respected values.
there you go.
I have found the answer:
split by delimeter _ 
so it's going to be S_M_2 and 1 etc.
then take the splitted column which values are 1,2,3,4,5,6 and pivot to the respected values.
there you go.
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
