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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
This is when the following power bi is doesn't refresh due too problem in .net
Solved! Go to Solution.
Hi @TanTanSC ,
Through the relevant document search, it is found that this problem seems to be related to the version of MySQL or .Net Framework in your data source.
One solution to this issue could be to change the character set of the MySQL database to utf8mb4 which is supported by .Net Framework. This can be done by altering the database configuration file and updating the character set to utf8mb4.
Another possible solution is to update the .Net Framework version to a newer version that supports the utf8mb4 character set. Alternatively, updating the MySQL connector to the latest version may also resolve the issue.
And if the MySQL database has been converted to MariaDB, this will also result in a utf8mb3 error when establishing a connection.
I found some related links where the same problem as yours was reported and has been solved. You can refer to the solutions there:
Solved: Problem with character set - Microsoft Fabric Community
Solved: Refresh data error: Character set 'utf8mb3' is not... - Microsoft Fabric Community
Power BI Desktop: Refresh data error 'Character set 'utf8mb3' is not supported (davy.ai)
Character set 'utf8mb3' is not supported by .Net Framework - Microsoft Q&A
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TanTanSC ,
Through the relevant document search, it is found that this problem seems to be related to the version of MySQL or .Net Framework in your data source.
One solution to this issue could be to change the character set of the MySQL database to utf8mb4 which is supported by .Net Framework. This can be done by altering the database configuration file and updating the character set to utf8mb4.
Another possible solution is to update the .Net Framework version to a newer version that supports the utf8mb4 character set. Alternatively, updating the MySQL connector to the latest version may also resolve the issue.
And if the MySQL database has been converted to MariaDB, this will also result in a utf8mb3 error when establishing a connection.
I found some related links where the same problem as yours was reported and has been solved. You can refer to the solutions there:
Solved: Problem with character set - Microsoft Fabric Community
Solved: Refresh data error: Character set 'utf8mb3' is not... - Microsoft Fabric Community
Power BI Desktop: Refresh data error 'Character set 'utf8mb3' is not supported (davy.ai)
Character set 'utf8mb3' is not supported by .Net Framework - Microsoft Q&A
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 44 | |
| 40 | |
| 29 | |
| 19 |
| User | Count |
|---|---|
| 200 | |
| 126 | |
| 103 | |
| 70 | |
| 53 |