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.
Hi @New_be ,
Try to add the following measure:
Headcount total = SUMX(VALUES(Calendar[YearMonth]) , [Headcount])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @New_be ,
I checked that the original post has been resolved, are there any new problem that are still not resolved?
Best regards,
Community Support Team_ Scott Chang
Hi @MFelix
Thank you for your reply.
The code didn't work since in SUMX, the expression is just [headcount]. I try replace it with MIN[headcount], but it still didn't work..
Hi @New_be ,
This is a new measure that picks up the value of your previous measure it's not to replace the current measure you have.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português