Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Time Intelligence Function is not working

Time Intelligence Function is not working for SAMEPERIODLASTYEAR(), DATESYTD(), TOTALYTD(), etc.

 

Act Month Revenue LY = //CALCULATE(SUM('Module General Ledger'[monthly amount]), SAMEPERIODLASTYEAR('Date Table'[Date]))
CALCULATE([Act Month Revenue],SAMEPERIODLASTYEAR('Date Table'[Date]))
 
Act YTD CY Revenue = CALCULATE(SUM('Module General Ledger'[monthly amount]), FILTER('Module General Ledger','Module General Ledger'[scenario] = "ACT"), FILTER('Module General Ledger', 'Module General Ledger'[account] IN {"40010", "40020", "40030", "40040"}), DATESYTD('Date Table'[Date]))
 
Act Month Revenue LY column is not showing data.
Act YTD CY Revenue is showing the same value as in Act Month Revenue column
 
Here I have attached the sample table.
 
  
 
Thanks in advance.

5 Replies