Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello,
I am trying to create bins for time of the day. However I am unable to change the Min Value and Max Value as they are greyed out:
If I could edit it, I would make Min Value: 2pm, Max Value: 8pm and then keep Bin Size at 30 minutes
Solved! Go to Solution.
Hi @JakeSchmetterer ,
Based on my research, we could not change the default value in group data in power bi desktop.
Another way you can try that is change the bin type to 'number of bins', adjust the bin count manually until the bin size has been shown as 30 minutes.
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JakeSchmetterer ,
Based on my research, we could not change the default value in group data in power bi desktop.
Another way you can try that is change the bin type to 'number of bins', adjust the bin count manually until the bin size has been shown as 30 minutes.
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
@JakeSchmetterer - You could create a time table like:
Time Table = GENERATESERIES(14,20,1)
Representing hours of the day. Other ways to do it. You could get to the minute. My book DAX Cookbook covers time tables in Chapter 3, Recipe 1, you can get the DAX here: https://github.com/gdeckler/DAXCookbook
@JakeSchmetterer , Another way is to create a time table and create a new column as per requirements
https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/
The create the formula to use the bin. or join with the time of fact table.
refer
https://www.daxpatterns.com/dynamic-segmentation/
https://www.daxpatterns.com/static-segmentation/
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
87 | |
81 | |
64 | |
49 |
User | Count |
---|---|
123 | |
109 | |
88 | |
68 | |
67 |