Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Vaishali04
Helper III
Helper III

mailto not working on MAC

Hi All,

 

I have below measure that works fine in Windows but do not work on MAC.

In below measure it looks for a  product is filtered  than  finds point of contact emaild and  stores that value in measure [mailto Product] 

mailto = if( ISFILTERED(Products[Product]),"mailto://"&[mailto Product]&"?subject=Ecosystem Insights Feedback - Product: "& FIRSTNONBLANKVALUE(Products[Product])
 
if I remove "//" it stops working on windows also
 
Does anyone knows how to run the same in MAC also ?
Regards
Vaishali
1 ACCEPTED SOLUTION
Vaishali04
Helper III
Helper III

I found the solution. Actually removing "//" doesn't works on local but works in browser.

View solution in original post

1 REPLY 1
Vaishali04
Helper III
Helper III

I found the solution. Actually removing "//" doesn't works on local but works in browser.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors