Forum Discussion
tps136
8 years agoAdvocate II
Relative 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
8 years agoResolver II
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.
- tps1368 years agoAdvocate II
I'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 ..