This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a table similar to below in PowerBI. Originally I was linking relationship between SC and another table. We have since added more places and now I need Level 1 to include 100,118, and Q. My visual bar graphs I just want them to show Level 1-5 without adding extra spots for Level 1 - 100 (Bar Graph). 118 (Bar Graph), and Q (Bar Graph). It shows 3 for Level 1 instead of a combined one bar in the visual for "Level 1". The values in SC, NC, GA, NC, and CA have multiple instances in another table.
| Level | SC | NC | GA | NC | CA |
| 1 | 100 | 118 | Q | ||
| 2 | 101 | 111 | P | ||
| 3 | 102 | 112 | O | ||
| 4 | 103 | 113 | N | ||
| 5 | 104 | 114 |
Solved! Go to Solution.
Hi,
Create this calculated column formula
All codes=CALCULATE(CONCATENATEX(Data,Data[Code],", "),FILTER(Data,Data[Levels]=EARLIER(Data[Levels])))
Use this new column on the X-axis.
Your ask is bit difficult to understand , kindly provide intended O/p with sample PBIX if possible
This is the original table. When I create a Bar Graph Visual, 1 has 3 graphs (108,118,Q), 2 has 3 Graphs (101,111,P) and so forth. How do I get my visual for "1" to combine the 108,118,Q data.
| Levels | Code |
| 1 | 108 |
| 2 | 101 |
| 3 | 102 |
| 4 | 103 |
| 5 | 104 |
| 1 | 118 |
| 2 | 111 |
| 3 | 112 |
| 4 | 113 |
| 5 | 114 |
| 1 | Q |
| 2 | P |
| 3 | O |
| 4 | N |
Hi,
Create this calculated column formula
All codes=CALCULATE(CONCATENATEX(Data,Data[Code],", "),FILTER(Data,Data[Levels]=EARLIER(Data[Levels])))
Use this new column on the X-axis.
share the PBIX please
Apologies, I can not because of privacy. Thanks
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 22 |