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! Get ahead of the game and start preparing now! Learn more
hi!
some times ago i`m need calculate the measure
"share on cumulative total"(4-th columns on pictures)
then i`m don`t selected anyone, all worked correctly (basic share=1), but on selection any foreign filter, basic share calculated incorrectly (less then 1).
for the correct accounts, i need change formula`s of account
how me , using IF,
input all variants in formula?
thanks
Solved! Go to Solution.
for other, that has problem with measure
MPop = sum(Population[Population])
MTotalPop = CALCULATE(SUMX('Population';'Population'[Population]);ALLSELECTED('Population'))
MPopCumul1 = CALCULATE('Population'[MPop];FILTER(ALLselected('Population');'Population'[MPop]>=MAXx('Population';'Population'[MPop])))
and Measure Share
MShare = DIVIDE('Population'[MPop];'Population'[MTotalPop])
MShareCumul1 = CALCULATE('Population'[MPopCumul1]/'Population'[MTotalPop])good luck
for other, that has problem with measure
MPop = sum(Population[Population])
MTotalPop = CALCULATE(SUMX('Population';'Population'[Population]);ALLSELECTED('Population'))
MPopCumul1 = CALCULATE('Population'[MPop];FILTER(ALLselected('Population');'Population'[MPop]>=MAXx('Population';'Population'[MPop])))
and Measure Share
MShare = DIVIDE('Population'[MPop];'Population'[MTotalPop])
MShareCumul1 = CALCULATE('Population'[MPopCumul1]/'Population'[MTotalPop])good luck
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 4 | |
| 3 | |
| 3 |