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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello!
I have 2 tables related by ID. Table 1, has groups A, B, and C. Table 1 has IDs from 1 to 5, while Table 2 has IDs from 1 to 10. Not all Table 1 IDs are in Table 2. When I create a chart with values from Table 2 and the classification from Table 1, there's a bar that appears blank for the non-related IDs. How can I change the name on the X-axis to display A, B, C, and "Not in a group"
I would like to create this chart without excluding the blanks but renaming them.
Solved! Go to Solution.
Hi @LBRo
You can add a calculated column :
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Yi
Thanks! it worked out.
Same idea but using the data model and COALESCE
Hi @LBRo
You can add a calculated column :
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Yi