Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all,
I have a working meaure in power pivot in excel and would now want to substract 1 to the final results but can not find how to do it.
My current measure is:
=Import_Cube[2022_Estimate]/(CALCULATE(SUMX ( Import_Cube, IF ( [Date.Year] ="2021", [Total_CHF], BLANK () ) ),ALL( Import_Cube[Date.Year])))
With 2022_Estimate being a measure as well, Import_Cube a table and the measure is used within a power pivot table.
For example the measure gives me 0.65 and I would want to do 0.65 - 1 to get -0.35.
Thanks in advance.
Best,
Fred
Solved! Go to Solution.
I ended doing it with a intermediary step with two measures.
1. Import_Cube[2022_Estimate]/(CALCULATE(SUMX ( Import_Cube, IF ( [Date.Year] ="2021", [Total_CHF], BLANK () ) ),ALL( Import_Cube[Date.Year])))
2. (Import_Cube[21-22 yoy growth helper]-1)*MAX(Import_Cube[2022YTD])
I ended doing it with a intermediary step with two measures.
1. Import_Cube[2022_Estimate]/(CALCULATE(SUMX ( Import_Cube, IF ( [Date.Year] ="2021", [Total_CHF], BLANK () ) ),ALL( Import_Cube[Date.Year])))
2. (Import_Cube[21-22 yoy growth helper]-1)*MAX(Import_Cube[2022YTD])
@Anonymous , based on what I got.
refer if my blog on the same can help
Traveling Across Workdays - What is next/previous Working day
https://community.powerbi.com/t5/Community-Blog/Travelling-Across-Workdays-Decoding-Date-and-Calendar-4-5-Power/ba-p/1187766
Thanks for the answer. I however still did not manage to make it work. I am unsure of what part of the other solution is applicable in my case.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
11 | |
11 | |
8 | |
8 | |
8 |