Forum Discussion

GDCPAI's avatar
GDCPAI
Frequent Visitor
5 years ago
Solved

Maintain 0 values when filtering

Hi Everyone!

I have a table with two columns:

 

Column 1:       Column 2:

Text 1               Value 1

Text 2               Value 2 

Text 3               Value 3

Text 4.              Value 4

 

Then I have a Year Filter.

 

The problem is that when I select a year that doesn't have a value for Text 4, Text 4 disappears from the vísual. I need to maintain this showing 0 value. 

 

Is it possible?

 

Than you!

  • Hi.

    In case you using a measure, add +0 in the end the code.

    But if you have been using a column from table, click in the field data with the right button mouse and enable the option shows the image.

     

     

    Best regards

2 Replies

  • Portrek's avatar
    Portrek
    Resolver III

    Hi.

    In case you using a measure, add +0 in the end the code.

    But if you have been using a column from table, click in the field data with the right button mouse and enable the option shows the image.

     

     

    Best regards

    • GDCPAI's avatar
      GDCPAI
      Frequent Visitor

      Thanks a lot! The solution works fine! But, now I have added three more measures in the same Table Visual, and when I now select de Year, the measure you helped me with works fine but the other three, that DO have values in that year, go blank. The data dissapears.

      I don't understand this behaviour!

      Thank you for anything you can do.

      Kind regards, Victoria.