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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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

 

 

zzz.PNG

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

You just need to create two measures like: 

 

Total =
CALCULATE ( SUM ( varlor[value] ), ALL ( 'valor' ) )
Total of selected =
CALCULATE ( SUM ( varlor[value] ), ALLSELECTED ( 'valor' ) )

Regards,

 

 

View solution in original post

3 REPLIES 3
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

You just need to create two measures like: 

 

Total =
CALCULATE ( SUM ( varlor[value] ), ALL ( 'valor' ) )
Total of selected =
CALCULATE ( SUM ( varlor[value] ), ALLSELECTED ( 'valor' ) )

Regards,

 

 

Anonymous
Not applicable

Look This imageCapture.PNG

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

Anonymous
Not applicable

If I have column year and selected

 

select Oct /2017 

 

Show:

 

Month Valor selected and Total Year Valor

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.