Forum Discussion
Static and dynamic chart in same visual
- 2 years ago
Hi ankitsuri26
For static line please use REMOVEFILTER function which field you are using in slicer. Use the measure in X Axis
https://learn.microsoft.com/en-us/dax/removefilters-function-dax
Below is the example onlyTotal Profit (REMOVEFILTER) = CALCULATE( [Profit], REMOVEFILTERS( 'Sales by Store'[Instance] ) )
If your requirement is solved, please make sure to MARK AS SOLUTION and help other users find the solution quickly. Please hit the LIKE button if this comment helps you.
Thanks
Pijush
Hi ankitsuri26
For static line please use REMOVEFILTER function which field you are using in slicer. Use the measure in X Axis
https://learn.microsoft.com/en-us/dax/removefilters-function-dax
Below is the example only
Total Profit (REMOVEFILTER) = CALCULATE(
[Profit],
REMOVEFILTERS(
'Sales by Store'[Instance]
)
)
If your requirement is solved, please make sure to MARK AS SOLUTION and help other users find the solution quickly. Please hit the LIKE button if this comment helps you.
Thanks
Pijush