Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
@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! |
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.
Hi
This is how we need
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |