Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Let's say I have a stacked chart that shows two categories. When one category's value is zero it is not shown in the chart. Can I enforce it to show all the time?
Thanks
@serpiva64 Ah, I see it now. You are applying it to the Y axis. But for me it is available for X axis.
@serpiva64 I dont see that option. The value is shown as Sum. Is that he reason?
Hi,
have you tried to "show items with no data"?
You can use a measure like this :
IF(
ISBLANK( [Value] ),0,
[Value]
)
You can try to replace 0 with a very small value like 0.00001.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |