Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
How can I connect to my mailbox of a global domain, for example mail.ru or yahoo.com using PBI Desktop Connector or M script?
Help, please
Solved! Go to Solution.
Hi @georgy_gryaznov,
There is no OOTB connector for us to get data from personal email address. In your scenario, I suggest you to create your own custom data connectors.
Data Connectors allow you to create new data sources, or customize and extend an existing source. You can begin to use the preview by installing the Power Query SDK from the Visual Studio Marketplace and creating a new Data Connector project, you can also define your logic within this project.
You can see the link below for more information.
https://powerbi.microsoft.com/en-us/blog/data-connectors-developer-preview/
Regards,
Daniel He
Hi @georgy_gryaznov,
There is no OOTB connector for us to get data from personal email address. In your scenario, I suggest you to create your own custom data connectors.
Data Connectors allow you to create new data sources, or customize and extend an existing source. You can begin to use the preview by installing the Power Query SDK from the Visual Studio Marketplace and creating a new Data Connector project, you can also define your logic within this project.
You can see the link below for more information.
https://powerbi.microsoft.com/en-us/blog/data-connectors-developer-preview/
Regards,
Daniel He