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
Anonymous
Not applicable

Date_Daily Production to have full month continuous dates

Hi

Im building a report for Daily Production Report.

In the X Axis when teh current date is 11th, then the report will be displayed only from 1 to 11. where as the X Axis 12 to 31 is hidden. Is there a possibility to show the whole month date in X Axis even if teh values for those dates are ZERO.

 

Faisal

4 REPLIES 4
CNENFRNL
Community Champion
Community Champion

@Anonymous , what's your measure to calculate daily production? Then add +0 at the end of the formula to force blank turning to 0 like this,

 

Total Daily Production = SUM ( 'Table'[Qty] ) + 0

 


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Anonymous
Not applicable

Hi

There is no measured value. In my database against the date of production, we get the production data directly in the table.

 

@Anonymous,

 

In a professional PBI report there's no place for implicit measures. Please manually create all measures that you need and hide all the columns that could pose a possible temptation to use them for implicit measures. Trust me, this is a piece of best advice you can get from a long-time professional. Once you have the measures, do what @CNENFRNL asks you to.

Anonymous
Not applicable

Hi

This is how we need

 

MK_Process_1-1607696704462.png

 

 

 

 

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.