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! Learn more
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
Hi @Anonymous ,
Please check if these posts could help you:
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.
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.