Forum Discussion
harshadrokade
6 months agoPost Partisan
Table visual with data from Data tab + measures
Hi, I have below data. Project name 1-May-25 1-Jun-25 1-Jul-25 1-Aug-25 1-Sep-25 1-Oct-25 1-Nov-25 1-Dec-25 1-Jan-26 A 23 39 14 20 14 17 33 35 36 B 14 37 28 35...
- 6 months ago
Hi,
PBI file attached.
Hope this helps.
harshadrokade
6 months agoPost Partisan
Data is same as I shared in first port.
Logic for Forecasted value-
Assuming I have a column with the actual values for each month:
Month Value
| Jan | 100 |
| Feb | 120 |
| Mar | 140 |
| Apr | 160 |
| May | 180 |
I will calculate the average monthly growth rate as follows:
Calculate the growth rate for each month:
- Feb: (120 - 100) / 100 = 20%
- Mar: (140 - 120) / 120 = 16.67%
- Apr: (160 - 140) / 140 = 14.29%
- May: (180 - 160) / 160 = 12.5%
Calculate the average monthly growth rate:
- (20 + 16.67 + 14.29 + 12.5) / 4 = 15.89%
Calculate the forecast for the 6th month:
- Forecast = 180 * (1 + 15.89/100) = 208.60
Ashish_Mathur
6 months agoSuper User
Hi,
PBI file attached.
Hope this helps.
- harshadrokade6 months agoPost Partisan
I wanted to add YTD also After Jan26.
Also Is there a way to highlight Feb and March as Foorecastred months in header?- Ashish_Mathur6 months agoSuper User
Do not know how to add the YTD column. Not sure of how to colour te header but you can colout the value