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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MatiasVizzari
Helper I
Helper I

do not show zero results in report table

Buenos días, soy muy nuevo en esto, estoy tratando de hacer un informe para calcular el saldo de los pagos a proveedores y necesito ver cómo los proveedores que tienen saldo 0 no aparecen en la tabla No estoy encontrando una manera de hacerlo.

muchas gracias 

saludos 

 

prov.png

 
1 ACCEPTED SOLUTION

@MatiasVizzari ,

 

Sorry I got it wrong.

 

You can edit your measures to use variables and test them, like:

 

Measure =

VAR _result = SUM(TABLE[COLUMN)

RETURN IF(_result = 0; BLANK(); _result)



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



View solution in original post

5 REPLIES 5
camargos88
Community Champion
Community Champion

Hi @MatiasVizzari ,

 

Try it:

show-items-no-data_02.png

 

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-show-items-no-data



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



I wanted to share the image but I couldn't, I have a table with 3 measurements created by me and one of those measurements has many results in 0, so what I need is that if that measurement is called measure3 (to give it a name) it is = a 0 then the provider name does not appear

prov balance 1 balance 2 total
aat 10 2 12
afs 10 -10 0
asd 5 5 10
fas 5 -5 0
fast 3 -3 0
fsd 5 3 8

I mean that the code AFS, FAS and FAST do not appear.
Try the option you sent me but it doesn't work or I'm applying it more.

@MatiasVizzari ,

 

Sorry I got it wrong.

 

You can edit your measures to use variables and test them, like:

 

Measure =

VAR _result = SUM(TABLE[COLUMN)

RETURN IF(_result = 0; BLANK(); _result)



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



cero.png

 

thank you very much for the answer, almost almost this, but I have balances A and B with values that adding up to 0 and it brings them to me as null but it shows them

@MatiasVizzari ,

 

For that I think you need to test both measures and check if the required one is 0 and return blank for both.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.