Forum Discussion
tps136
Advocate II
8 years agoRelative date slicer - display selected dates in CARD
Hi all, I have a RELATIVE DATE SLICER and a CARD visual to display the date being selected in date slicer. RELATIVE DATE SLICER sourced from date dimension table. Issue: Though in RELATIVE ...
- 8 years ago
In the Demention Table(DateTable) create the respective measure.
Max(Date)
Min(Date)
Use the above Measures in the Card
Note:- Above dax should be pointing the same Date fied you are using in the Date Slicer.
kaushikd
Resolver II
8 years agoIn the Demention Table(DateTable) create the respective measure.
Max(Date)
Min(Date)
Use the above Measures in the Card
Note:- Above dax should be pointing the same Date fied you are using in the Date Slicer.
tps136
Advocate II
8 years agoI've mistakenly enabled "Both" filter in relation between DateDimenesion and Transaction table date column.
After correcting that and with your solution, problem solved .. It worked..
Thank you ..