Forum Discussion
mpalha04
7 years agoHelper III
Joining Tables
Hello, I have the following columns below, but I would only like to show the rows where Id=FirstProofMessageId. How do I go about doing this? These columns are from 2 seperate tables on my report...
gselvag
7 years agoHelper I
Create a measure that include CALCULATE and FILTER function to return table (row) with only Id=FirstProofMessageId values.