Skip to main content
Solved

Get rid of colors of a metric of dimension data type in a table

  • 2 September 2024
  • 4 replies
  • 45 views

I have a formulated metric of the datatype: Dimension and when using this metric in a table, the values are coming correct but these values are colored (multi) because it’s  a dimension metric . Since this metric is used in multiple tables . 
Is there any way by which I can get rid of the colors of this metric in a specific table?

4 replies

Userlevel 6
Badge +12

Hi,

I don’t believe you can get rid of the colors for dimensions items.

However, you can convert your dimension type metric into a text type metric easily if it’s just to display the text and reformat it.

Just call the text property (it’s .Name by default) of your dimension type metric.

Hope this helps!

Best

Badge +3

Got it , But it wont be a dropdown anymore if it’s a text type.

Userlevel 3
Badge +3

Hello!

Well, depending on the size of your dimension - because what I’m about to suggest could impact a view load’s performance - you could just customize the Chip colour of all items of this dimension to be all Blank (HEX code “FFFFFF”).

 

 

Let me know if that’s what you were looking for,

 

Thanks!

Badge +3

@Igor P ,
Got it! This is useful though,
But then it will be of transparent color in all the places where this dimension property is used in the dropdown, right?

Reply