Forum Discussion

joshsalvador's avatar
joshsalvador
Regular Visitor
5 months ago
Solved

Hiding Reference Labels on Cards when unfiltered and Remove empty dates on charts

Hi everyone, I’m currently working on a dashboard in Microsoft Power BI Desktop and would appreciate some guidance on a couple of refinements I’m trying to implement. Hiding reference labels ...
  • Odet_Maimoni's avatar
    5 months ago

    You can create a measure and use it for the reference labels. This measure should return a value only when a filter is applied; otherwise, it should return blank. You can use the ISFILTERED function for that.

     

    Regarding the line chart, make sure to uncheck Show items with no data on the X-axis. I also noticed there is a dashed line that continues even when the main line does not, so that may also need to be fixed if disabling Show items with no data does not solve it.