Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hey all,
Forgive this messy question, I'm not sure how to word it, or provide very good examples of what I'm trying to create.
My data sheet includes year, state, and strain (among several other pieces of information, with irrelevant stuff removed/filtered out)
I would like to create a stacked column chart. I want "State" to be on the X axis, and the column to be comprised of the different strains. So if Delaware had (these are random numbers that don't match the pictures) 7 occourances of strain 1, 4 occurances of strain 2, and 1 occurance of strain 3, i want that to tranlate into 100% of Delaware's samples.
I was pretty close to having what I needed, but it wasn't quite right, and now I'm stuck again.
I've attached a paint picture of what I'm trying to accomplish.
I've looked at some previously answered questions similar to mine, and one of them said something about unpivoting my data...but it was never pivoted to begin with? And I don't fully understand what pivoting/unpivoting even does.
ETA: I want the chart to be able to "count" the occurances of each strain by the state. I have measurements up the wazoo, but can't efficiently create the visual I want.
Solved! Go to Solution.
Hi @Anonymous
Can you try the following:
1. Create a new measure (Measure = COUNTROWS (TableName)
2. Drag the visual on to your Power BI Canvas.
3. Place "State" on x-axis
4. Please Strain in Legend
5. Drag Measure into Values.
Should give you what you want.
Hope it helps.
Theo
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Absolute pleasure @Anonymous
Have a great day!
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Hi @Anonymous
Can you try the following:
1. Create a new measure (Measure = COUNTROWS (TableName)
2. Drag the visual on to your Power BI Canvas.
3. Place "State" on x-axis
4. Please Strain in Legend
5. Drag Measure into Values.
Should give you what you want.
Hope it helps.
Theo
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.