Forum Discussion

datadelta's avatar
datadelta
Icon for Helper III rankHelper III
5 years ago
Solved

Multiple columns within matrix with zero values - Need to exclude zero values without impact

I have a matrix made up of stores and then items sold.  How can I remove any of the columns (stores) that have zero value without impacting the other columns in the matrix.  I only need to see store ...
  • goncalogeraldes's avatar
    goncalogeraldes
    5 years ago

    Hello there datadelta ! Try unpivoting your columns, like so:

     

     

    Select your "Store" column and the "Unpivot other columns" option in order to have only three columns: one with the name of the store, another with the product sold and the last with the amount. With this you can freely apply the formula above!

     

    Hope this answer solves your problem! If you need any additional help please tag me in your reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
    Thanks!

    Best regards,
    Gonçalo Geraldes