Forum Discussion

StuartSmith's avatar
StuartSmith
Power Participant
3 years ago

Adding Measure to Table Visual, it increases the number or rows.

I have a table visual that contains a measure of each column to allow me to work out the correct calculation, but as soon as I put the measure "(8) KPI Met" is inceased... 

 

(8) KPI Met = IF('KPI Measures: Time to Fill'[(6) Time to Fill] <= 35,"Within KPI", "KPI Breached")

 

Before "(8) KPI Met" is added to table visual.

 

After "(8) KPI Met" is added to table visual.  As you can see using "User ID" "C22222", its created a new line for every region.

 

Relationship...

Why would it be doing this and how can I prevent it. Thanks in advance.

1 Reply

  • When [(6) Time to Fill]  evaluates to BLANK() it will also be considered to be less than 35.  Change your measure [(8) KPI Met] to return BLANK() when [(6) Time to Fill]  evaluates to BLANK().