Forum Discussion

user2023's avatar
user2023
Regular Visitor
3 years ago

Transform SQL to DAX

I'm new to Powerbi, and I'm having trouble converting this SQL code to DAX measure: perc_ating { label: "∆ % Monthly Goal" type: number sql: case when ${perc_ating_aux} >= 0 then ${perc_ating_au...