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! Request now

Reply
lovishsood1
Resolver I
Resolver I

Show items with No Data not working with Format Function

Hello Everyone,

 

lovishsood1_0-1658129963575.png

Problem: Not able to display "Show items with no Data" after changing the format of Month Name from "January" to "Jan".

lovishsood1_2-1658130303122.png

Also, I tried creating a simple calculated column for changing the format of the Month. But still not able to get Blank Months.

I hope, You have understood my problem.

 

FYI ,

 

lovishsood1_3-1658130430194.png

I need blank months but with MonthName in Short Form. Like above.

1 ACCEPTED SOLUTION
lovishsood1
Resolver I
Resolver I

I resolved it by taking a separate Date Table and linking it with the Date column of the Table and then taking the Month from the Date table in the chart.

 

lovishsood1_0-1658131261272.png

Month = FORMAT('Calendar'[Date],"mmm"
 
This resolved my problem.

View solution in original post

1 REPLY 1
lovishsood1
Resolver I
Resolver I

I resolved it by taking a separate Date Table and linking it with the Date column of the Table and then taking the Month from the Date table in the chart.

 

lovishsood1_0-1658131261272.png

Month = FORMAT('Calendar'[Date],"mmm"
 
This resolved my problem.

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