Forum Discussion
mpalha04
Helper III
7 years agoJoining 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
Helper I
7 years agoCreate a measure that include CALCULATE and FILTER function to return table (row) with only Id=FirstProofMessageId values.