Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Dear All,
Would appreciate a bit help on this:
I am using this formula:
I want ALL filter function NOT to apply to the sub-measure [Raw Mat %]. Any smart ways of doing this?
Thank you.
Solved! Go to Solution.
RM impact Apr 2022 =
CALCULATE (
[RM impact Mar 2022],
ALL ( 'RM index'[Month] )
)
* ( 1 + ( [Raw Mat %] * CALCULATE( [RM index Apr 2022] / [RM index Mar 2022],ALL ( 'RM index'[Month] )) - 1 ) )
I seem to have resolved the issue I had, largely thanks to you. Many thanks! I will mark this as solved!
@Giorgi1989 my pleasure 🙂
Hey, check out my showcase report - got some high level stuff there 🙂
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
Give it a thumbs up over there if you liked it 🙂
RM impact Apr 2022 =
CALCULATE (
[RM impact Mar 2022],
ALL ( 'RM index'[Month] )
)
* ( 1 + ( [Raw Mat %] * CALCULATE( [RM index Apr 2022] / [RM index Mar 2022],ALL ( 'RM index'[Month] )) - 1 ) )
Thank you for such a quick reply.
The problem I have with that approach is that that would apply the filter to the [Raw Mat %] measure for priot month.
This is essentially how I have my formulae:
@Giorgi1989 hard to understand with the info supplied 🙂
In the version I sent the ALL hits all excpet the measure you wanted to exclude.
Maybe better to share a sample file with the desired results.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |