Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Dear All,
I have created one chart which shows date wise rolling activity counts against the month wise total target for selected months -
but if there is not activity count in particular date then chart line trend is breaking as showing below for 22- March to 25 march.
second problem is coming that dates are showing for entire 2020 years but actvities are created only between Feb to April in 2020.
Kindly help me resolving these 2 issues . Below is my measures
hi @Anonymous
1. For your case, you need a dim date table, then use date from date table into a visual.
Of course, add "+0" in the formula too.
https://radacad.com/do-you-need-a-date-dimension
For example:
Use this formula to create a dim date table
Date=CALENDAR(MIN(fact[Date]),MAX(fact [Date]))
2. add a conditional as below
if you still have problem, please share the sample pbix file for us have a test.
Regards,
Lin
Dear @amitchandak
I am trying but not able to do so.
Attaching the data which I am using. Could you please do it for me.
It will be great help from your side.
Try Like
fixed activity target = CALCULATE( sum(AD_V_AcreNext_Smart_Planing_Detail[ActivityTarget]) ,ALLSELECTED(AD_V_AcreNext_Activity_Detail)) +0
Have a visual level filter like <= today to stop date
Or Stop you calendar there
Dear @amitchandak
I am not able to do it.. Tried many times. 😞
how to restrict date range only till today?