-
Metadata
- topic:: 00 Coding00 Coding
#MOC / for programming language, coding guide and libraries focusing on data analytics and html/css
- related:: 01 Power Query01 Power Query
#MOC / for notes sub to 00 Coding with focus on how I use Power Query
, Power BI Private or Broken Links
The page you're looking for is either not available or private!
- related:: 01 Power Query01 Power Query
- updated::
- reviewed::
- #FleetingNote
- topic:: 00 Coding00 Coding
-
if else statement in power query does not require round bracket and case sensitive
- example like below
if [Region] = "South" or [Region] = "Central" then 350 else 200
- example like below
References
-
[Ultimate Guide to Power Query IF Statement: 4 Types & Examples - Learn Hevo (hevodata.com)](https://hevodata.com/learn/power-query-if-statement/#type)