Forum Discussion
andyfoster
1 year agoHelper I
Slicer/Dax Query
Hi All, Issue: I am struggling with a slicer working the way we need it to. We have a meeting_date column and the report is to display accounts without a meeting in the last 6 months within ...
- 1 year ago
Hi Wisdom Wu
That outcome is still not what we are trying to achieve
Let's close this post, no-one has been able to offer a solution but thank you for trying.
Kindest
Anonymous
1 year agoNot applicable
Hi andyfoster ,
May be try to create the following measure.
Filter the metting = IF(SELECTEDVALUE('v_headacc_meetings_10-30'[MeetingFlagLast6Months]) = "No", 1, 0)
Then, drag the measure to the table visual Filters pane. Set the show items is 1 and apply.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
andyfoster
1 year agoHelper I
Hi Wisdom Wu
That outcome is still not what we are trying to achieve
Let's close this post, no-one has been able to offer a solution but thank you for trying.
Kindest