Forum Discussion
patri0t82
8 years agoPost Patron
Creating Column Chart, Counting If Yes,
Hi, I'm very new to Power BI. I've tried searching for this answer, but am only seeing similar questions, but not quite exact. I would like to create a bar/column chart. The Horizontal Axis conta...
- 8 years ago
Yeah, I guess that the default action of Power BI would just be to count all. If you make a measure similar to what I wrote in my previous post for each of your four columns, it should work as they'll only consider rows where the relevant column contains yes.
jthomson
8 years agoSolution Sage
What exactly are you feeding into the visual? Are you putting in a measure that has something like BehaviouralCount = calculate(countrows[yourtable],Behavioural="Yes"), or something else?
patri0t82
8 years agoPost Patron
I think that's just it, I don't know what I'm doing :( I've just created the chart and dragged my columns into it. I'm trying to adjust the filters, but I'm thinking I need to use measures?