Forum Discussion
dewinterpau
5 years agoNew Member
Comparing dates from slicer and column without relationship between tables
I would like to create a measure, probably in the way of an if-statement where I'm able to compare a maxdate and mindate from a slicer from a calender table to the the dates of transport which are pl...
dewinterpau
5 years agoNew Member
Hi Sanket,
Thanks for your reply!
Unfortunately, I couldn't solve the issue with your solution. The way I achieved to solve this issue was by using if statements in combination with the "selectedvalue" function. This way you're able to combine measures and column values in an if statement and that solved the problem fortunately.