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.
Hello,
I have a problem and wanted to ask if one of you could possibly help me. So I'm trying to calculate a percentage value. The problem is that the values must be filtered by year and must also be summed. If you look at the picture you see the column "Sum", this should be summed up but the year should be considered in the column "Year". In this way, the sum of the rows that contain the same year and are in the column "True to date" should be divided by the total per year.
With kind regards
Steallight
Solved! Go to Solution.
Total Sum by year = CALCULATE(SUMX('Table','Table'[Summe]),ALLEXCEPT('Table','Table'[Jahr]))
OR
Total Sum by year = SUMX(CALCULATETABLE('Table',ALLEXCEPT('Table','Table'[Jahr])),'Table'[Summe])
Percentage = DIVIDE('Table'[Summe],'Table'[Total Sum by year])
Total Sum by year = CALCULATE(SUMX('Table','Table'[Summe]),ALLEXCEPT('Table','Table'[Jahr]))
OR
Total Sum by year = SUMX(CALCULATETABLE('Table',ALLEXCEPT('Table','Table'[Jahr])),'Table'[Summe])
Percentage = DIVIDE('Table'[Summe],'Table'[Total Sum by year])
is it even possible with Power BI?
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |