I have a calculated column utilizing an email address field to trigger an email from a published report. Desktop report shows the expected envelope icon as expected with the new May features. However, when published to the web, the icon disappears. Hovering over the field displays the mailto link, but clicking only selects the row.
This is part of the table preview visual.
Calculated column:
[Email Link] = "mailto:" & [Email]
desktop - icon displays
published - no icon