Forum Discussion
Filtering based on date range.
- 5 years ago
Highlight your project tasks visual and, on the Filter Panel for this visual, select Relative Date filter and enter next 14 days.
Regards,
Pat
- 5 years ago
A perfect solution! Thank you so much!
Bob
bob57
Create a measure and assign it to the visual as 1
You can download the file: HERE
Next14Days =
IF( SELECTEDVALUE('Project Tasks'[StartDate]) > (TODAY() + 14) , 0 , 1 )
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
- bob575 years agoHelper IV
A fine alternate solution. Thank you very much!
Bob
- Fowmy5 years agoSuper User
bob57
Glad it worked, you can accept more than one solution.________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
- bob575 years agoHelper IV
Done, thank you!