Forum Discussion

Florex's avatar
Florex
Frequent Visitor
2 years ago
Solved

Remove / disable duplicates in table visual

Hey,

I have a problem where I can't get any further.

This is a table visual which is filtered for ID: "123", there are differents Names and Values - (Value) do not care.

I want a IF function, that if the ID and den Name of the Component Equal there should only display one column 

-> in the Case it dosent matter which column from Component A remains (KC or XF - doesnt matter)

 

IDNameValue
123Component AKC
123Component AXF
123Component BLJM
123Component CLJK

 

It should look like this:

 

IDNameValue
123Component AKC
123Component BLJM
123Component CLJK

or like this:

IDNameValue
123Component AXF
123Component BLJM
123Component C

LJK

 

 

4 Replies

  • in addition to the above, you may create a simple measure and use that measure instead of the value column also: 

    Max Val = MAX(Component[Value])