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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Sum value with filter and total at the same time

I have two tables one of valor and another one of the month
I want to select the month by a filter and show the value
total of the selected month I got
now that I want to show the total independent value of selecting the month

 

If I have column year and selected

select Oct /2017

 

Capture.PNG

Look This image

I have to a new box with valor all "Mes"

Unidade = Organization

Ano  = Year

Mes = Month

Real Mes = Real Month

I have to = All Month

 

Ty

 

2 ACCEPTED SOLUTIONS
Abduvali
Skilled Sharer
Skilled Sharer

Hi @Anonymous,

 

Try creating a Calculated measure:

 

Total = calculate( sum( Sales ), filter( all( 'table name' ), 'table name' [year] = 2017))

 

This should give you your YTD Total, hope this helps.

 

 

Regards

Abduvali

View solution in original post

vik0810
Resolver V
Resolver V

Use following measure

 

Total = CALCULATE ( SUM ( yourtable[value] ), ALL( yourtable[month] ) )

View solution in original post

2 REPLIES 2
vik0810
Resolver V
Resolver V

Use following measure

 

Total = CALCULATE ( SUM ( yourtable[value] ), ALL( yourtable[month] ) )
Abduvali
Skilled Sharer
Skilled Sharer

Hi @Anonymous,

 

Try creating a Calculated measure:

 

Total = calculate( sum( Sales ), filter( all( 'table name' ), 'table name' [year] = 2017))

 

This should give you your YTD Total, hope this helps.

 

 

Regards

Abduvali

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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