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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
johnmelbourne
Helper V
Helper V

Turn a report table into a dynamic table in the model

I have a table in a report as per below. The columns come from a variety of tables. I now want to turn that table in the report view into a dynamic table in the model. Is this possible?

 

Or should I just export the table as a .csv and reminport back intop the model as a new table. I would prefer not to do this as it is not dynamic.

 

Thanks

John

Capture.PNG

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi @johnmelbourne ,

If the columns comes from multiple table and you want to merge them in a table, it is possible in PowerQuery, we cna use Table.Join() function to join these tables: https://docs.microsoft.com/en-us/powerquery-m/table-join, but the data imported into a model is stable, it is not possible to create a dynamic model.

Best Regards,

Teige

View solution in original post

2 REPLIES 2
TeigeGao
Solution Sage
Solution Sage

Hi @johnmelbourne ,

If the columns comes from multiple table and you want to merge them in a table, it is possible in PowerQuery, we cna use Table.Join() function to join these tables: https://docs.microsoft.com/en-us/powerquery-m/table-join, but the data imported into a model is stable, it is not possible to create a dynamic model.

Best Regards,

Teige

Thanks for taking the time to share your answer.

Regards

John

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.