Forum Discussion
Anonymous
6 years agoNot applicable
Difference from previous date aggregate on graph
Hello world, I have made this calculation to obtain some specific data Unapp =
CALCULATE(COUNT('Dim - Sales'[AR Id]),filter('Fact - Receipts','Fact - Receipts'[AR Status]=="UNAPP")) and I crea...
amitchandak
6 years agoSuper User
Anonymous , you have to create diff between each period and merge then into one measure
using
refer : https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
Or refer last period Employee in https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
Anonymous
6 years agoNot applicable
To be honest I don't really get how this isinscope would function with the graph/my data.