Forum Discussion
Anonymous
6 years agoNot applicable
DAX for Caculating for a Filtered Value During Specific Time
Hi everyone, I'm a bit of a DAX novice, and I was hoping maybe you all would be able to help me. I have a table with email activity data. It has a row for each action taken for each email sen...
Anonymous
6 years agoNot applicable
I actually came up with a somewhat inelegant non-DAX solution. I have a measure for distinct count of sent emails, and I just added that as a filter for every visual and set it to greater than 0. It seems to be working to filter out the emails that were sent before the reporting period. Is there anything that could go wrong with this solution that anyone can see, though?