Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to calculate
Calc1 = Billed Revenue in Jun (current) till Jan / Total Billed Revenue
I do to like this, but it only show the Jun only not from the beginning of year
Sum({[SPM Year]={'$(vMaxYear)'},[SPM Est Close Month] = {'$(vMaxMonth2)'}>}[Est. Billed Revenue For Current Year]))/(sum({<[SPM Year]={'$(vMaxYear)'}>}[Est. Billed Revenue For Current Year]))
Thank you for the formula.
But I have to change the month to be in Num to use the <=.
Sum({[SPM Year]={'$(vMaxYear)'},[SPM Num Month]= {'<=$(vMonthNum)'}>}[Est. Billed Revenue For Current Year]))/(sum({<[SPM Year]={'$(vMaxYear)'}>}[Est. Billed Revenue For Current Year]))
Try this:
Sum({[SPM Year]={'$(vMaxYear)'},[SPM Est Close Month] = {"<=$(vMaxMonth2)"}>}[Est. Billed Revenue For Current Year]))/(sum({<[SPM Year]={'$(vMaxYear)'}>}[Est. Billed Revenue For Current Year]))
Thank you for the formula.
But I have to change the month to be in Num to use the <=.
Sum({[SPM Year]={'$(vMaxYear)'},[SPM Num Month]= {'<=$(vMonthNum)'}>}[Est. Billed Revenue For Current Year]))/(sum({<[SPM Year]={'$(vMaxYear)'}>}[Est. Billed Revenue For Current Year]))