Forum Discussion

yasbos's avatar
yasbos
Icon for Resolver II rankResolver II
2 years ago
Solved

Adding a measure to a table visual eliminates rows

Hi. I'm not even sure of how to ask this question, so please be patient with me. I have a table visual consisting of three columns: Code, Account Number and Client ID. I get 21 rows on the visual. th...
  • Ritaf1983's avatar
    2 years ago

    Hi yasbos 
    Reduding of rows happens because of filter context.

    It works with the same logic as pivot at Excel.
    I suppose that your measure has some aggregation effect / for some rows that return no value.
    There are a few steps you can apply to see all rows (my be just one of them)
    1. Select the option of "don't summarize " for your categorical columns
    2. To check on the option "Show values with no data"

    3. add "+0" to your measure.

    Unfortunately, I am out of the limit of pictures that I can add to the discussions so I put the screenshots to PowerPoint you can download them from here: Link to the file 

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly