The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello Members,
I would require your help in solving a visualization query
The query is I would like to view null values in X axis. For certain visuals, I am able to visualize null values but for other visuals, I am not able to see them. Can you please let me know how to resolve this?
Example: Expectation that I want is
What I am seeing:
Solved! Go to Solution.
@Jo5hua22
Select the chart then right-click on the Axis field and select Show Item with no data option
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Make sure it is a date hierarchy so that dates will be continuous.If there is no continuous date in your data model, please create a calendar table and create a relationship with the fact table.
Calendar = CALENDAR(MIN('TABLE'[DATE]),MAX('TABLE'[DATE]))
@Jo5hua22
Select the chart then right-click on the Axis field and select Show Item with no data option
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
In my scenario I have age buckets and when I apply a filter to my BSA groups for example i only get to see the buckets that have values. I would like to see all buckets still even if value is null or just empty. Is there a shortcut for that as well? The solution above is turned on but does not quite do the trick. My buckets are on the X-axis.
User | Count |
---|---|
5 | |
3 | |
3 | |
2 | |
1 |
User | Count |
---|---|
11 | |
7 | |
5 | |
5 | |
4 |