Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Making new table using data in other table

Main purpose of this post is to find out how to rearrange my data so I can display it in my report. I can not use any extended DAX functions or Power query because of lack of any experience in this area. So coming to my task.

I have one table that I parsed from XML . They all have same attributes and keys such as returnValue.data.i.v.Element.Text. So they signed up in one column despite the fact that they all have different type of data. I want to separate them but maintaining data integrity so that one follows after another. Originally data was under one date (like 22.01.2022-AST-129000-Chocofood). My idea was to cycle through every element where each element has its own iterator for AST is i = 0; 129300 is j = 1 and Chocofood is k = 2, and every one of them iterates to 3(i += 3) also moving each element to 3 separates columns in new table. But I can not realize it in  Power BI.Help me out with it please. 

asdsafasf.png

If you need any additional data I will response immeadiately.

2 REPLIES 2
MFelix
Super User
Super User

HI @Anonymous ,

 

Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.

If the information is sensitive please share it trough private message.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Hi,can you reply to my private message ?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors