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.
Hi all,
I have following working measure in my dataset, but I need to have it as a calculated column as I need the values to be fixed when filtering.
Can anyone help me to translate the measure below?
Best regards!
Solved! Go to Solution.
@nbrandborg , Try a new column like
Percentage of Sales= DIVIDE(('Regional Sales'[Realised Sales]),CALCULATE(SUM('Regional Sales'[Realised Sales]),FILTER(ALLSELECTED('Regional Sales'),'Regional Sales'[Material] = earlier('Regional Sales'[Material]))))
@nbrandborg , Try a new column like
Percentage of Sales= DIVIDE(('Regional Sales'[Realised Sales]),CALCULATE(SUM('Regional Sales'[Realised Sales]),FILTER(ALLSELECTED('Regional Sales'),'Regional Sales'[Material] = earlier('Regional Sales'[Material]))))
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
44 | |
41 | |
39 | |
37 |