Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Im looking for help here with having my table show A Mtd Running Plan total along side of my plan for the month. My plan for the month always sits on the first of the month. What I created was a DAX to give me the Elapsed Days in the month, based on the end date the user chooses.
Elspased Days (Measure)
Hi @Anonymous
Can you share the codes for measures [mEndDate] and [mMonthStart]? You could also put both of them into the table visual to check if they get the correct dates or a blank value.
Or you could try modifying the [mElapsedMatPlanDays] measure into below one.
Hello! Thank you for reaching out to me!
I tried the measure you showed me but it's still not working out.
Below are the measures you asked me for...