Forum Discussion

Aj72's avatar
Aj72
Frequent Visitor
2 years ago

Date Slicer issue

Hi

I have a dashboard which includes office locations, number of Live records (Count (distinct), Number of Blank Reviews based on null entries within date column -

Measure1 =
COUNTROWS ( 'Sheet1' )
    - COUNTROWS ( FILTER ( 'Sheet1', Sheet1[Next LM Review Date] <> BLANK () ) )
, and a date slicer.

When I move the date slicer to a particular reporting date, the Live records figure obviously changes but the Number of blanks in the date column doesn't - is there a way to have the date slicer affect the number of blank reviews based on null entries?

Relative newby so please be gentle πŸ˜‰

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Aj72 ,

    Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

    How to Get Your Question Answered Quickly  

    Regards,

    Xiaoxin Sheng

  • Aj72's avatar
    Aj72
    Frequent Visitor

    The content below is a snapshot - in col.3 there are both dates and null values. I've managed to show a count of null values but it shows as the full amount. I want to be able to filter the date slicer to show dates prior to a particular date of choice by the user which also shows how many null values there are by Area.

     

     

      • Aj72's avatar
        Aj72
        Frequent Visitor

        Hi Anonymous I'm not sure if I have implemented it correctly, but it doesn't seem to have affected the number on my card visual πŸ€”