Forum Discussion
dplank
8 years agoFrequent Visitor
Using 2 Date Fields as One Slicer
I have the data below. Currently the data is in 2 tables and 2 slicers for each table. If I add these fields to one table now and filter by closing month is August 2018, not all of the August 2018 fu...
- 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