Forum Discussion

zanottiluca's avatar
zanottiluca
Helper II
8 years ago
Solved

Simple filter not reflected

Dear gurus, I am fairly new to PBI. I have this "issue" that simply I cannot absorb, and I would like to have a logic anwser.  I have two simple table "Clients" and Country having key the CountryCo...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    Hi,

     

    There is nothing wrong in what you have done.  All i can suggest is that instead of dragging the Client Name from the Clients Table to the value section of the visual, write this measure

     

    =COUNTA(Clients[ClientName])

     

    Now, as regards your question, the reason you see Blank in the visual is that NZ is not listed in your Countries Table.  Since the Countries Table is the master table, it should contint a list of all countries (even those that are not in your Cleints list).  The moment you do that, Blanks will be replace with New Zealand.