Forum Discussion
New Column calculation
Sorry for my response delay, I was pulled away from this for a couple weeks!
At last attempt I created a new calculated measure using this suggestion:
Bounce Rate =
DIVIDE (
CALCULATE (
[Cur Mo Cur Yr],
FILTER (
'View_EmailMetricsUnionNatural',
'View_EmailMetricsUnionNatural'[Metric Name] = "# of Bounces"
)
),
CALCULATE (
[Cur Mo Cur Yr],
FILTER (
'View_EmailMetricsUnionNatural',
'View_EmailMetricsUnionNatural'[Metric Name] = "# emails Sent"
)
),
0
)
* 100
The result of this was put in a Card. But it looks like the amount is incorrect.
Below is a portion of matrix that has the two fields. And also the result Card. However I would expect the Bounce Rate to be .19% ?
Did I error? Thank you.
Hi strangerMike,
A little weird! Could you share a sample pbix file which can reproduce the issue? So that we can help further investigate on it. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading. :smileyhappy:
Regards