The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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