This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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 contains Shifts (A, B, C, D, Days, Other Shift). There are four columns for which the values are counted from. (Behavioural, Hazard, Risk, Near Miss). I need the chart to show me a count of the word "Yes" from each of the four columns, however, I can only seem to apply "Yes" to one at a time. In the example below, it's only showing the total combined "Yes", "No" and blanks.
Solved! Go to Solution.
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.
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?
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?
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.
Ahh, I tried this and it seems to be working
HazardCount = calculate(countrows(SafetyLink),SafetyLink[Did you complete a Hazard Elimination]="Yes")
Thanks so much!
I really appreciate your help - would you be able to explain the syntax of your formula a bit? Which part is the Exact column header, etc.?
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 31 | |
| 23 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |