
Contributor III
2021-06-14
09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Growth rate Line Chart of Date vs previous Date
I would like to graph the monthly growth, this should be a comparison of the month vs the same month of the previous year.
Appreciate your help
3 Replies
.png)

Master
2021-06-15
03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Try below
Dimension : MONTH
Exp for MoM growth rate;
NUM( (sum({<YEAR={$(=max(YEAR))}>}Salary) -sum({<YEAR={$(=max(YEAR)-1)}>}Salary) )/
sum({<YEAR={$(=max(YEAR))}>}Salary) ,'#,##0.00%')

Contributor III
2021-06-15
08:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, but don't work
'NUM( (sum({<Fecha={"$(=max(Fecha))"}>}Total) /sum({<Fecha={"$(=max(Fecha)-1)"}>}Total) ),'#,##0.00%')'
922 Views
.png)

Master
2021-06-15
11:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check Fecha format it should be YEAR filed, and what is Total ?? is it a measure?
903 Views
