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 Quick Sight (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?

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!

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.

Hi @Guilherme_Duarte,

I opened this thread again to inform that Quick just received an update which includes the ability to customize the “No Data” message. On the top bar of your analysis, click Edit > Analysis Settings, and you will see the respective toggle option (shown below):