Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Icon for Administrator rankAdministrator
4 years ago

Card does not show me title

Good.

I have several cards, which are calculated with their respective measurements, in the title of the card I show the selected year, but if my value is 0 it does not show me the title, if it is different from zero if. In the other measure if you show it to me even if the value is zero.

I put a screenshot to explain it better, the first column filter by the year 2018 of a table and if it is different if it shows the text if it is the same disappears.

The second column uses a measurement and filter with a table of annuities, even if the result is zero, it always appears to me:

The two cards are configured in the same way:

Any ideas that can be?

Greetings and thanks.

5 Replies

  • maybe one of the measures uses the "+0"  hack and the other doesn't ?

  • v-chenwuz-msft's avatar
    v-chenwuz-msft
    Icon for Community Support rankCommunity Support

    Hi Syndicate_Admin ,

     

    What is clear is that the result returned by your measure for fx is blank. Please create a new measure to identify whether the measure is blank and output a string when it is blank.

    Some measures like the following:

     

    new measure = IF(ISBLANK([fx Measure]),"blank",[fx Measure])

     

     

    Best Regards

    Community Support Team _ Chenwu Zhu

     

    If this post helps, then please consider Accept it as the solution to help  the other members find it more quickly.

     

    • Syndicate_Admin's avatar
      Syndicate_Admin
      Icon for Administrator rankAdministrator

      Hi I don't understand about (FX Measure). It is the annuity field of a table that conditions that title. Can you explain your idea step by step?

      Greetings and thanks.

  • Please post a sample PBIX on a file service like Onedrive or Google Drive.