Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Simple Calculation Blows Up Table Visualization

I created a simple table visualization with 57 rows of data. I'm trying to perform a simple calculation with a new measure, calculate(100-sum(price)) but when I do, the table explodes into 1000s of r...
  • Jihwan_Kim's avatar
    5 years ago

    Hi, Anonymous 

    I am not sure how you created your measure for 57 rows in table visualization, but please try something like the below.

     

    New measure =
    IF (
    [your measure that created 57 rows] <> BLANK (),
    100 - [your measure that created 57 rows]
    )

     

     

    Hi, My name is Jihwan Kim.

     

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

     

    Linkedin: linkedin.com/in/jihwankim1975/

    Twitter: twitter.com/Jihwan_JHKIM