Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Column chart count unique by month

(This is the second time I write this message since the forum crashed and my message was lost πŸ˜–πŸ˜­)   I'm new to Power BI and am struggling with a column chart that should show unique users per mon...
  • MFelix's avatar
    6 years ago

    Hi Anonymous ,

     

    Setup your bar char as following:

    • X-Axis - Table[TimeStamp] (If it's an hierarchy choose Month if not you need to create a month column)
    • Values - Table[UserName] - Select distinct on the aggregation

    Regards,

    MFelix