Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
My question here is very simple, how can I use the ALLSELECTED function respecting the total values/filters of the columns in a visual table?
I created the first visual table with a simple SUM, divided by months at the columns,
Then I create a second table, but I would like to return in each row, the total sum by month from the first table,
Here an example of where I'm stuck, I think a simple change in my code below would resolve this problem,
I would appreciate help from someone here, thank you, guys,
Hi @Anonymous
Please try
Desempenho Medio (Fornecedor) =
CALCULATE (
SUM ( 'C-FORECAST'[Realizado] ),
ALLSELECTED ( 'C-FORECAST'[Armadores] )
)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |