Forum Discussion
Anonymous
5 years agoNot applicable
dynamic variance chart
Hi Please I need a method to create a variance chart showing the first N customers(based on users input ) and a dynamic variance = average sales - value . Value is a dynamic input from the users...
- 5 years ago
Hi,
Modify the measure to
Measure = if(ISBLANK([Top CX]),BLANK(),[Top CX]-SELECTEDVALUE('Price'[Price]))Hope this helps.
Anonymous
5 years agoNot applicable
Ashish_Mathur
Super User
5 years agoHi,
Modify the measure to
Measure = if(ISBLANK([Top CX]),BLANK(),[Top CX]-SELECTEDVALUE('Price'[Price]))
Hope this helps.