The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?