Forum Discussion

CTH2022's avatar
CTH2022
Frequent Visitor
3 years ago
Solved

Question on Chart

Hi, Need to to plot the chart using power bi as shown. Data table in power bi ash

4 Replies

  • PaulDBrown's avatar
    PaulDBrown
    Community Champion

     Create a measure for the count:

    Count Type = COUNT(Table[Type])

     

    Create a clustered column chart with the day as x-axis, the [Count Type] measure as values and the Type field as the legend

    • CTH2022's avatar
      CTH2022
      Frequent Visitor

      Thanks for the help. It solution is what I looking for.

  • CTH2022's avatar
    CTH2022
    Frequent Visitor

    Question is how to plot similar chart in power bi with the data set shown.