I am working on a Power BI Report (which is in direct query mode with SSAS tabular model as source). I need to create two measures opening base and closing base with below condition.
opening base should be show value only for the minimum date range chosen by the user in the date slicer.
closing base should be show value only for the maximum date range chosen by the user in the date slicer.
For e.g : if user chooses between may 1, 2020 and may 17,2020opening base will show value only for may 1, 2020 & closing base show value only for may 17th,2020. For other dates value should be 0 . I have tried below
Created a measure to get the minimum date of the date slicer.
Hi @baijumohan, a response on this post has been tagged as “Solution”. If you have a follow question or concern related to this topic, please remove the Solution tag first by clicking the three dots beside Reply and then untick the check box. Thanks!