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, I have the following problem:
I have a data source (API) where the structure of the data is modified many times. The specific problem is that the columns returned by the source are eliminated many times, which affects the filters applied within the ETL.
For example, I try to apply a filter where the column "NameSpecies"= NombSpecies, but if this column is deleted I get rid of all the ETL created, but there is also another column called "RealSpeciesName" that returns the same data as "SpeciesName".
This is why I ask, IF there is a way to generate some logic that allows me to filter by one or another column based on whether it exists or not, so that when they delete one of the columns it generates the filter based on the other column that brings the same data. (generate some kind of Security)
example:
If SpeciesName exists then "SpeciesName" = SpeciesName, if not then "RealSpeciesName"=SpeciesNameSpecies exists.
Thank you so much for your time and help!
Hello @Syndicate_Admin ,
it won't work because how power bi would know which is the column you want to use, there's no logic to implement that will work automatically, you should be the one that knows which and set it up.
Proud to be a Super User! | |
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!