Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Get date when forecast hits a certain level

Dear PowerBi community,

I need to create a visual that has dam level by date and I need to forecast the date when the dam hits 60%, 40% and 25%. It has to be updated easily.

The data can be found here: www.seqwater.com.au/historic-dam-levels

I managed to do the forecasting as a graph and I can see the date and level in the tooltip, but I need the dates clearly labellled.

Any suggestions?

Thanks for yo

2 REPLIES 2
Icey
Community Support
Community Support

Hi @Anonymous ,

 

Please check if these posts could help you:

Power BI Forecast;

Time series Series with Power BI- Forecast with Arima-Part 12.

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , in case it is bar or line.  without a legend and single measure.

 

Create a color measure like given below and apply conditional formatting under data color

Color sales = if([Percent] in (.6 ,.4 ,.25),"green","red") // Change as per need

 

In case of line too, create a bar visual and do color grouping and change to line

 

Refer for color formatting

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors