Relative Content

Tag Archive for powerbidaxssas

Measure DAX formula with SWITCH

I want to create a formula for a measure that will apply different formulas depending on the FormulaId column in the fact table. But for some reason the line “Table'[FormulaId]” in “var Formula = ‘Table'[FormulaId]” is highlighted in red with a syntax error. This column definitely exists, there is no mistake in the name.