Forum Discussion

Rigoleto's avatar
Rigoleto
Helper II
8 years ago
Solved

How remove rows with blanks and zeros values

I need to create a table but, it is inserting some blank rows as the screenshot shown, I did use this code to built the new table, can someone adivice about to remove those garabage rows

 

 

Slicer =

SUMMARIZE (
ALL ( 'New Line Balance Table' ),

'New Line Balance Table'[Org SEQ],

"seq", MAX('New Line Balance Table'[Org SEQ])

)

 

1 Reply