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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
This is what i donot able to understand.
This page is showing all is well used but what happened next i donot know....................
In Power Query, the syntax is if … then … else ….(all lower case):
= if [Currency Factor]<>0 then [SALE]/[Currency Factor] else 0
Are you sure about else 0? I would expect …. else [SALE]
@MarcelBeug's expression should work. You need to use Power Query IF statement when adding custom column. For more details, see: Power Query if Statements
Regards,
Is your issue solved now? Any questions remaining?