Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone.
I am learning to work in power BI. And I ran into a problem.
I have a task table.I know the number of open tasks, closed tasks and the total number of tasks.
I summarize them by month.
I calculated the ratio of open tasks to the total number of tasks by month.
But when I want to calculate the running total of open tasks to the total number of tasks, I see incorrect numbers, it seems the division breaks.
I can't find a solution. I would be grateful for any help.
Thanks community
Hi @marvari ,
If you want to get the running total of Open vs. Total_CC, please try:
Com Open vs. Total = SUMX(FILTER(ALL('Calendar'),'Calendar'[Date]<=MAX('Calendar'[Date]) ),[Open vs. Total_CC])
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share some dat to work with and show your expected result.
@marvari I believe you will need a Com Open Task measure that uses the same basic CALCULATE statement as in your Com Total Task measure, otherwise you are only getting the open tasks for the month and comparing it to all tasks.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.