Hi
I have the below formula dax below
i would like to have an option to select what date table i want, so i have two different date tables in my power pivot data model ,one is connected to my main sales table invoice date the other date table is connected to my main sales table order date
What would be the process of having a slicer to select what date table i want to use in this part of the formula
I'm going to assume it will involve some type of disconnected table I'm just not sure how to get it done any help is appreciated
I have the below formula dax below
Excel Formula:
Total Sales$ Sold From -- to --FDS P1:=CALCULATE([total sales$$],DATESBETWEEN('Calendar'[Date],[Selected_FromP1COMPAREFROMDATE],[Selected_ToP1COMPARETODATE]))
i would like to have an option to select what date table i want, so i have two different date tables in my power pivot data model ,one is connected to my main sales table invoice date the other date table is connected to my main sales table order date
What would be the process of having a slicer to select what date table i want to use in this part of the formula
Excel Formula:
DATESBETWEEN('Calendar'[Date]
I'm going to assume it will involve some type of disconnected table I'm just not sure how to get it done any help is appreciated