Hola EDNA - needed some help to make sure I’m calculating this correctly. I need to know the Percent delta between two numbers. measuring against a base line and how we perform against it.
Base = AVERAGEX( XT ,XT[SF])
A = DIVIDE([ActH],[EarnH])*[SF])
% = CALCULATE( DIVIDE([Base], [A],0)-1
the goal is to stay below the base, the lower the better.
Secondly if the above measures look correct. I don’t want the AU3 to appear if I have no data in measures (Base & A), please see pic.
some of the numbers are wrong. I’m expecting what’s in Green column. the yellow rows match closely …but not exact…if I increase the decimals places…they’re not identical.
Hi @Frankee , I noticed you didn’t provide a PBIX file. Providing one will help users and experts find a solution to your inquiry faster and better.
A perfect initial question includes all of the following:
A clear explanation of the problem you are experiencing
A mockup of the results you want to achieve
Your current work-in-progress PBIX file
Your underlying data file (to allow us to go into Power Query if necessary to transform your data and/or data model – often DAX questions really end up being data modeling solutions)