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
Hi,
In the SharePoint data source, business has mixed data types Percentage, and Whole Number. When the data is brought into SQL Server, data type is converted to decimal.
My goal is to show the data in PowerBI as it is shown in SharePoint. I tried Format() to format datat type, but it came out as "25%, 100%, 300%". That is not the result I want. Can someone please tell me what I should do in this situation?
Thank you in advance!
Solved! Go to Solution.
Power BI is a database - it requires all data in a column to be the same data type. You could use FORMAT to change the visual display, but you will need to share more details about your data model, table structure and visualisation needs if you want some help doing this.
or you could just load the data as text (which is probably what SharePoint is doing).
Power BI is a database - it requires all data in a column to be the same data type. You could use FORMAT to change the visual display, but you will need to share more details about your data model, table structure and visualisation needs if you want some help doing this.
or you could just load the data as text (which is probably what SharePoint is doing).
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!