Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
dixityashovardh
Frequent Visitor

How can I replace 0 with - in Power BI Matrix?

How can I replace 0 with - (dash) in Power BI Matrix?

 

 

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @dixityashovardh,

 

You could a measure by IF function like below.

 

Measure = IF(MAX('Sheet3'[Sales]) =0,"-",MAX('Sheet3'[Sales]))

And the output is below.

MEAture.PNG

 

 

 

Hope it can help you!

 

Best regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @dixityashovardh,

 

You could a measure by IF function like below.

 

Measure = IF(MAX('Sheet3'[Sales]) =0,"-",MAX('Sheet3'[Sales]))

And the output is below.

MEAture.PNG

 

 

 

Hope it can help you!

 

Best regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.