Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
Hi @Anonymous ,
The picture is vague, please forgive if the word is misspelled.
Try this measure. TODAY function returns the current date.
Forecast =
CALCULATE (
SUM ( 'Table'[rc_hrs] ),
FILTER (
'Table',
[timeslip_date] <= DATE ( 2020, 11, 30 )
&& [timeslip_date] > TODAY ()
)
)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Stephen Tao
Hi @Anonymous ,
You can do it in another way (by graph): use line chart with forecast analysis. By this way, you will be able to get a forecast line with a trusty limits.
Hi @Anonymous ,
The picture is vague, please forgive if the word is misspelled.
Try this measure. TODAY function returns the current date.
Forecast =
CALCULATE (
SUM ( 'Table'[rc_hrs] ),
FILTER (
'Table',
[timeslip_date] <= DATE ( 2020, 11, 30 )
&& [timeslip_date] > TODAY ()
)
)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much for your help.
I think this should work. Let me try this. Thanks
@Anonymous , Not enough information,
You can use power bi forecasting, Python, or R.
You can formula to get remaining days values
https://towardsdatascience.com/forecasting-in-power-bi-4cc0b3568443
Hello community! Any examples of how to show overtime in 2023?
Hi, thank you. I want it a tabular table.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |