简体   繁体   中英

case statement not working as expected in power BI

I have a table in ssms and on using the case statement, it is working as expected as shown:

ssms_case_statement

But doing the same thing in Power BI with adding columns, conditional statement, it is not working as expected. The screenshot is below. I am stuck here. Please help me out. Power BI case statement issue

casesql_BI.PNG

 then [Value] * 100 else [Value]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM