Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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]))))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
69 | |
66 | |
51 | |
32 |
User | Count |
---|---|
114 | |
99 | |
75 | |
65 | |
40 |