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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am trying to figure out why this is receiving the the Formula.Firewall error. Can anyone please tell me what is causing the error?
let Source = Passing, #"Removed Other Columns" = Table.SelectColumns(Source,{"Season", "PlayerName", "PlayerShortName", "PlayerLastName", "Team", "SeasonPlayerTeamKey"}), #"Invoked Custom Function" = Table.AddColumn(#"Removed Other Columns", "fxGetQBProfiles", each fxGetQBProfiles([Season], [PlayerName])), #"Expanded fxGetQBProfiles" = Table.ExpandTableColumn(#"Invoked Custom Function", "fxGetQBProfiles", {"PlayerURL", "Position", "PlayerImgURL"}, {"PlayerURL", "Position", "PlayerImgURL"}) in #"Expanded fxGetQBProfiles"
Solved! Go to Solution.
I was able to find the solution. I aggregate the columns in my staging table and it had no issues.
Hi @Anonymous,
Ken Puls blogged about this here
http://www.excelguru.ca/blog/2015/03/11/power-query-errors-please-rebuild-this-data-combination/
In addition, you could refer to this two similar threads which has been solved.
Best Regards,
Cherry
I have read through everything you sent and I am still not understanding the issue. I have a staging table for the variables I am trying to pass into the function to give me the values. What am I missing?
Hi @Anonymous,
What's the kind of passing source? So that I can have a test to reproduce your scenario to research for this issue.
Best Regards,
Cherry
I was able to find the solution. I aggregate the columns in my staging table and it had no issues.
Hi @Anonymous,
It's glad that you have solved your problem.
Please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry