Forum Discussion

IlikePBI's avatar
IlikePBI
Frequent Visitor
4 years ago
Solved

Multiply total measure by calculated column

Hello, I'm started to use DAX and I need some help please. Actualy I'm trying to multiply a measure which is a total of measure values obtained by using Removefilters function, by a calculated colu...
  • Greg_Deckler's avatar
    4 years ago

    IlikePBI Seems like it should be: 

    'FACT_NCM_QFRZ'[Baseline]*MAX(MD_TIME[Reporting Month Number])