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.
Hello,
I need your help to get a line chart with cumulative sum restart on July.
In this exemple, I woul like to have cumul for both colums Obj VPS and Nb_Pers.
In my model I have a table with details of VPS per date and also a created table with Date.
Thanks a lot for your help.
Hi @Anonymous ,
Your data and visual don't seem to match.
Can you post proper data and also which column you want to sum up ?
What is the measure you have written , please paste
Cheers
CheenuSing
Hello @CheenuSing ,
That's normal that the data are not the same because they came from an other table : VPS which is join to a date table.
To have cumulative objective in this chart, I have used this mesure:
_Cumul_VPS = CALCULATE('Mesures'[_Total_VPS_Par_Collab],
DATESYTD('Date'[Date]))
And that refer to this measure : _Total_VPS_Par_Collab = COUNT('VPS'[PersonnesVisiteesID])
I've created this "objective" new tableto try to get mothly cumulated objectives.
Find bellow the measure of this new table : Objectif.
Nb_employés =
Maybe I don't need to create this new table and I'll get the results I need without it ?
Thanks in advance for your help.