Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I've got data in columns that looks like this coming from a list:
| Project | Jan | Feb | Mar |
| Project A | Complete | Complete | Due |
| Project B | Complete | Due | Complete |
| Project C | Complete | Late | Due |
What sort of measure do I need to convert the nominal data into counts so that I can display in a stacked bar chart for each month of the year?
Any help is appreciated, I've got total mind blank on this!
I reccommend transpose the data to make a normalized table. Many visuals will not take measures in an axis
https://learn.microsoft.com/en-us/power-query/transpose-table
Is that the only way, I'll have thousands of columns if I transpose the table?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |