Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
Solved! Go to Solution.
@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
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,
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
If I have column year and selected
select Oct /2017
Show:
Month Valor selected and Total Year Valor
| User | Count |
|---|---|
| 49 | |
| 37 | |
| 33 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 132 | |
| 99 | |
| 56 | |
| 37 | |
| 37 |