Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Blank chart as default

Hi everyone. How does one make a chart (in this case line chart) blank unless a slicer value is selected?

Here is how it looks now. It's confusing for engineers due to aggregation of MD:

 

Here is how it should like before choosing a slicer on the left and after having chosen one - on the right:

 

 

 

 

 

 

 

 

 

 

 

 

 

Thanks in advance!

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      hi amitchandak what is [MD By Days]? Is it [Table2[MD] By Table3[Days])?

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Anonymous 

         

         

        M_MD = IF(HASONEFILTER('Table'[Well]),SUM('Table'[MD]),BLANK())

         

        Result:

        Blank chart as default:

         

        Select the slicer.

        You can download the pbix file from this link: Blank chart as default

         

        Best Regards,

        Rico Zhou

         

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