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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Everyone
MMy report is connected to an excel file, where in target column there are several values as 0. The same table also have a calculated column which takes data from a SQL Server DB n through a measure. Now in table view, I want to show the 0's as "-", like the accounting number format of excel. Is there any easy way to do so?
Solved! Go to Solution.
@hyder
Select the column or the measure, go to the Format option, and apply the below custom format:
0.00;-0.0;"-"
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@hyder
Select the column or the measure, go to the Format option, and apply the below custom format:
0.00;-0.0;"-"
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group