Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Capt_Flam
New Member

Calculation Headeach

I Have this type of data

Capt_Flam_0-1728315577280.png

And I want to run a repport like this 

Capt_Flam_1-1728315607575.png

 

The first repport work fine, but when i collapse the society, the cumulative to do is not the cumulative I want (The cumulative for all the society regardless the month).

If you have ideas please don't hesitate to give me your feedback.

 

Kind regards

4 REPLIES 4
Capt_Flam
New Member

Hi Wisdom Wu,
Many thanks to keep my problem in mind, but the solution you give me, it's the solution I have and I need for ABC/A 130 for 2024-04, and for ADD/A 80 for 2024-04 and 2024-05 to calculate a good percentage for the avancement for ABC/A and ADD/A.

Anonymous
Not applicable

Hi,

Based on the description, try using the following measure formula and drag the measure to the matrix Values.

CumulativeToDo = 
CALCULATE(
    SUM('Table'[Global To Do]),
    FILTER(
        ALL('Table'[Month]),
        'Table'[Month]<= MAX('Table'[Month])
    )
)

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Wisdom Wu,
Many thanks to keep my problem in mind.
The solution you give to me couldn't be use, because I need a non cumulative to do, just the max to do for everyone, or when collapse the max for the Society, or for the Order.
Many thank for your help.

Anonymous
Not applicable

Hi @Capt_Flam ,

Based on the testing, please drag the Global To Do to the Values.

vjiewumsft_0-1728372085888.png

vjiewumsft_1-1728372097691.png

 

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.