Forum Discussion
Sendgrid Connection For Desktop Version
- 9 years ago
Hi ldrivinghawk,
Currently, Power BI desktop doesn't provide built-in Sendgrid connector. You can download Sendgrid template files and .m file from here:
- Install the latest PBI Desktop
- Create a folder called Extensions under: C:\Program Files\Microsoft Power BI Desktop\bin
- Copy the .m file to that folder
- Set these 2 environment variables in Windows:
PQ_EnableExtensionDeveloper = true
PQ_ExtensionDirectory = C:\Program Files\Microsoft Power BI Desktop\bin\Extensions
- Open the PBIT fileBest Regards,
Qiuyun Yu
Hi ldrivinghawk,
Currently, Power BI desktop doesn't provide built-in Sendgrid connector. You can download Sendgrid template files and .m file from here:
- Install the latest PBI Desktop
- Create a folder called Extensions under: C:\Program Files\Microsoft Power BI Desktop\bin
- Copy the .m file to that folder
- Set these 2 environment variables in Windows:
PQ_EnableExtensionDeveloper = true
PQ_ExtensionDirectory = C:\Program Files\Microsoft Power BI Desktop\bin\Extensions
- Open the PBIT file
Best Regards,
Qiuyun Yu
After following above process, got below error
'Fields that need to be fixed'
Please suggest