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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |