Forum Discussion
CTH2022
3 years agoFrequent Visitor
Question on Chart
Hi, Need to to plot the chart using power bi as shown. Data table in power bi ash
what is the question?
4 Replies
- PaulDBrownCommunity 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
- CTH2022Frequent Visitor
Thanks for the help. It solution is what I looking for.
- FreemanZSuper User
what is the question?
- CTH2022Frequent Visitor
Question is how to plot similar chart in power bi with the data set shown.