The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
@MK_Process , 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.
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
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |