The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
When attempting to format numbers in a certain way on Power BI Report Builder (and the sample values come out as follows):
If I then run the report the numbers don't format the way they should and have no formatting whatsoever:
Solved! Go to Solution.
Hi @amaiaita ,
There are a few possible steps you can try to troubleshoot the issue:
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @amaiaita ,
There are a few possible steps you can try to troubleshoot the issue:
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first of your suggestions worked. For whatever reason the output of the SQL query giving the data was outputting the values as strings rather than integers, so putting CInt() in front of the value of the cells that were causing issues worked! Thanks 🙂