Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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]))))