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!
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 |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |