Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello, I have a visualization that I would lime to break data down by hour. How do I keep the AM and PM together instead of grouping by number? Here is what I have below:
I would like to see the data by 1AM, 2AM. 3AM and 1PM, 2PM, 3PM ect. Thanks
Solved! Go to Solution.
Hi, @gherbert1
You can refer to @Greg_Deckler reply, or you can use sort by column feature if the Updated_User is column.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi, @gherbert1
You can refer to @Greg_Deckler reply, or you can use sort by column feature if the Updated_User is column.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
@gherbert1 Depends on the format. If they are text, you could create a new calculated column like:
AMPM Column = RIGHT([Time], 2)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
74 | |
63 | |
48 | |
36 |
User | Count |
---|---|
116 | |
86 | |
80 | |
59 | |
39 |