Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Power BI ,
I made a report where I use the strick to detect and load automatically a new column to the report like in this video :.
https://www.youtube.com/watch?v=JAw4rrpc7vk
with this:
#"Removed Other Columns1" = Table.SelectColumns(#"Renamed Columns1", {"Source.Name", "Transform File"}),
Data = #"Removed Other Columns1"[Transform File],
Headers = List.Distinct(List.Combine(List.Transform(Data, Table.ColumnNames))),
#"Expanded Table Column1" = Table.ExpandTableColumn(#"Removed Other Columns1", "Transform File", Headers),
Everything is working well but when I want to connect this report to the SharePoint those step are not working anymore...and the quierry is failling :
there is noway to add automatically new columns when combining files that located in sharepoint?
Thanks a lot for your help!!
Enath
Solved! Go to Solution.
@enath , Curbal has suggested an approach in 2 videos, refer to it, if that can help. I have not checked the one you are using. so not sure if two are different.
https://www.youtube.com/watch?v=UY3hIV-THcg
https://www.youtube.com/watch?v=hJF2dPfIeaM
Thanks!
do you have any idea to expand json automatically also when there are new columns? like she explained in the video you sent but in json?
@enath , Curbal has suggested an approach in 2 videos, refer to it, if that can help. I have not checked the one you are using. so not sure if two are different.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |