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
rajulshah
Resident Rockstar
Resident Rockstar

Slots of time to plot on X-axis in 12-hour format

Hello,

 

I want to show a graph as follows:chart.png

That is, I want to see time with the format(12-hour format) as in the above image in X-axis.

Also, I don't want to see 0's as labels on the chart, but I want the value on X-axis to be shown with blank value.

 

Any help would be great.

 

Thanks in advance.

2 REPLIES 2
v-xicai
Community Support
Community Support

Hi @rajulshah ,

 

For your two demands, it is not supported to implement in Power BI currently .There is an idea about 12-hour format issue, please vote it up, field-of-duration-type, and you can post your new idea about showing blank intead of 0 as data label here https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

We also submitted this feedback to the product group internally, so that the product group can pay attention to this problem and speed up the issue repairing.

 

While to work around the first issue, you may create new calculated time table using DAX below, change the data type of time value to Time, then you can use the time value in your visual and calculation formula.

 

Time = SELECTCOLUMNS(GENERATESERIES( 0,TIME(23,0,0), TIME(1,0,0) ),"Time",[Value])

 

53.png

 

Best Regards,

Amy

 

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

Hello @v-xicai,

 

Thanks for the response. But the workaround you suggested doesn't meet my requirements.

 

Anyway, thanks.

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