Forum Discussion
Using 2 Date Fields as One Slicer
- Anonymous8 years ago
Hi dplank
You can Append both table and make few changes in the model as below.
1. Closure Table : Rename the closure date to "Date" and add new column "Category" with values "Closure"
Name Units Date Category X XX 8/10/2018 Closure 2. FundingTable : Rename the Funding date to "Date" and add new column "Category" with values "Funding"
Name Units Date Category Y YY 8/20/2018 Funding 3. Append both tables. All 3 steps should be done in Power Query.
4.Create slicer based on "Date" field , and now if you select 2018 Aug, you will get both Closing and Funding data.
Thanks
Raj
Hi dplank
It is better for analysis if I know more details, such as the relationship between two tables, dataset structure, ect.
Best Regards
Maggie
I was able to find a solution already. I created a date table and used that date column as my slicer and then created a measure taking the max of that date and used that measure in my formulas for the closing and funding columns.