Forum Discussion
user2023
3 years agoRegular Visitor
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...
user2023
3 years agoRegular Visitor
Greg_Deckler But how would I put the value format "#.0\%" for it to come within this condition?
R1k91
Super User
3 years agocouldn't you simply use format pane for that measure?