Forum Discussion

Jungbin's avatar
Jungbin
Frequent Visitor
2 years ago
Solved

Why Blank Row Is Created?

Hi there!   I have two tables: People, Information. And they have a 1 : Many relationship by [Name] field. I also made a Measure below: # of ID Created in 2023 = CALCULATE(COUNTA('Information'[ID...
  • Ritaf1983's avatar
    2 years ago

    Hi Jungbin 
    It happens because you are adding 0.
    So to resolve it you need to create the formula without "+0" or to filter out the blank row from the filter pane.
    The filter can be blocked and invisible to the user.

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

  • Ritaf1983's avatar
    Ritaf1983
    2 years ago

    Hi Jungbin 
    Seems like "yep" about the filter pane, even if it is not the only possible, it is definitely the easiest option.

    Glad to help 🙂