Forum Discussion
Mekist
7 months agoHelper III
If There is No Data, Continue
Hello I am pulling price information from companies; if there is no data for the company, it throws an error and does not proceed. When it encounters an error, can it continue and move on to the nex...
- 7 months ago
#"Özel İşlev Çağrıldı" = Table.AddColumn(#"Kaldırılan Sütunlar", "Fiyat Fonksiyon", each try #"Fiyat Fonksiyon (2)"([Kod]) otherwise #table({"Column1.HGDG_TARIH", "Column1.HGDG_KAPANIS", "Column1.DOLAR_BAZLI_FIYAT", "Column1.HGDG_HACIM"},{})),
lbendlin
7 months agoSuper User
#"Özel İşlev Çağrıldı" = Table.AddColumn(#"Kaldırılan Sütunlar", "Fiyat Fonksiyon", each try #"Fiyat Fonksiyon (2)"([Kod]) otherwise #table({"Column1.HGDG_TARIH", "Column1.HGDG_KAPANIS", "Column1.DOLAR_BAZLI_FIYAT", "Column1.HGDG_HACIM"},{})),
Mekist
7 months agoHelper III
Hello lbendlin
Thank you for your return.
As of now, I cannot test it since there are no companies to test it with. I will test it on January 22, 2026 and provide updates.
- v-lgarikapat7 months agoCommunity Support
Mekist Thanks for the update .
- Mekist7 months agoHelper III
Hello v-lgarikapat
I was able to do the test, it worked smoothly thank you
- v-lgarikapat7 months agoCommunity Support