Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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