Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I have daily forecasts (for different brands) and I want to split each of them in hourly slots (from 8AM till midnight).
For each hour slot, I would likr to have the forecasts equally splitted.
Any tips for that?
Divide by 16?
Yes, my problem is to find the DAX sintax to assign each part to an hour.
E.g.: 160 --> 10 each hour (from 8-9, 9-10, 10-11, etc)
OK, perhaps sample data would be good because I am not understanding this. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Create a disconnected table with your axis values 8-9, 9-10, 10-11, 11-12
Measure = [Forecast]/16
Put measure in your visual and for each hour it will be the same value, your Forecast divided by 16