Forum Discussion

Dean-Spooner's avatar
Dean-Spooner
Frequent Visitor
6 years ago
Solved

Bar Chart by Day for a Call Logging Database

Hi All,   I am new to the power BI community and this is my first post. I have a call logging system that has a database and the columns I currenty have selected are the call referece number and th...
  • sanjeev803's avatar
    sanjeev803
    6 years ago

    Create a simple measure,

    Count = COUNT(Sheet1[Created on])
    Drag created date to axis and remove everything else from data heirarchy except day.

    Apply visual level filter as shown below.

     
    and you will get below visual.
     
     
    I Hope this will help.
     
    Cheers!
    Sanj