g-wizardFrequent Visitor2 years agoCase Calc conversionHello Team,I have a question on converting this calc into Dax in PowerBi. CASE [Calc Pos%] WHEN [Time Period(Months)] THEN 1ELSE 0 END Calc Pos% is a database column with integers.Time Period(Months) is a paramter
1 ReplyReplies sorted by Most Likedd_gosbellSuper User2 years agoIf these are both columns in the same table then you could either use IF or SWITCH to do the same sort of logic in a calculated column. Or you could create a view in SQL and just pull in the result.
d_gosbellSuper User2 years agoIf these are both columns in the same table then you could either use IF or SWITCH to do the same sort of logic in a calculated column. Or you could create a view in SQL and just pull in the result.
Related contentFX Conversion LogicSorting caseCase SensitivityCalc not resulting in Percentage?!Cases per Day Calculation