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.
Hello all,
I am trying to create a measure that will be a constant value that wont be affected by slicing.
the measure currently is
Solved! Go to Solution.
hi @Anonymous
not clearly understand but you can use
SalesIsLatest = CALCULATE(SUM(Metrics[Sales]),Metrics[islatest] =1, ALL(Metrics))
there will be SUM() by whole amount of data and it will the same in any case
also you can use the simple
SalesIsLatest = 20
hi @Anonymous
not clearly understand but you can use
SalesIsLatest = CALCULATE(SUM(Metrics[Sales]),Metrics[islatest] =1, ALL(Metrics))
there will be SUM() by whole amount of data and it will the same in any case
also you can use the simple
SalesIsLatest = 20
Briiliant this resolved the issue I had, as I calculated a total percentage, but when clicking on a filter it kept staying as 100% until I used the all function.
So I now get a total for 100% and percetanges when a filter is clicked on.
Thanks you so much for your help - as even Chat GBT did not bring this answer...
User | Count |
---|---|
81 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |