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! Learn more
I have a table with dates in one column and %s in another. I'm trying to create a line graph however the line graph is going from November 24 to March 25 etc and i want it to show january february etc even if there is no data for those months (no dates over those periods and no %s) any suggestions ?
 
					
				
		
Hi, @Jay2022
Have you solved your problem yet? According to @MFelix , you can try the following.
Example data:
Date table:
Date = CALENDAR(MIN('Table'[Date]),MAX('Table'[Date]))Is this the result you expected?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
 
					
				
		
Use CALCULATE like
Calculate([Measure], ALL(Dates[Date]))
what does ([Measure] relate to ?
Hi @Jay2022 ,
For this you need to create a calendar dimension table related with your fact table and then on the visualization select the option show values with no data. Be aware that if your line graph has the year and the months it will show for all the values so you need to be carefull with the setup of the chart interactions and filters.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português 
					
				
				
			
		
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.
