How to change the No Data message on the dashboard

How to change the No Data message on the dashboard

is there a chance to customize the message?

and another question, I’m from Brazil, when I’m working on QuickSight (website) the message No Data appears in Portuguese (Não há dados) but when I go to embed it on my page, it is in English, what could it be?

Right now we are looking for something similar.
Maybe with a ifelse(value = null,0,value)

@Guilherme_Duarte I don’t see if you can pass language information in ExperienceConfiguration

I’m sorry, i didn’t understand… if i’m using Experience Configuration, i can set the language to PT-BR?

This is my code

@Guilherme_Duarte suppose to be… But I don’t see any documentation on how that can be set.
Probably not possible. @Kristin can you get some more help on this?

1 Like

Another Question, i can change the Text No Data To a number? if the data doesn’t exist, can i change to show 0?

@Guilherme_Duarte
you could try to create a new measure.

ifelse( isNull({DPVAT}) , 0,  {DPVAT})

Hi @Guilherme_Duarte -
Did @ErikG 's suggestion help solve your problem? If so, please mark as solution. If not, please provide additional details on how we can assist. Thanks!

1 Like

Hello @Guilherme_Duarte !

I am going to mark @ErikG 's comment as a solution for now. If you still need help on this please feel free to reach out at the top of the community. You can link your new topic to this thread.