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 am trying to make a single table in PowerBI using all the data below... any help would be appreciated
Sample data
Using the data above I can create a table for a specific column example :
What I am trying to do is make a table that would show counts from all columns, Example.
Solved! Go to Solution.
Hi @Anonymous ,
You can create a new table with UNION() and SELECTCOLUMNS() function.
Table 2 =
UNION (
SELECTCOLUMNS ( table1, "TU", table1[T1U] ),
SELECTCOLUMNS ( table1, "TU", table1[T2U] ),
SELECTCOLUMNS ( table1, "TU", table1[T3U] ),
SELECTCOLUMNS ( table1, "TU", table1[T4U] )
)
Then you can count it.
Hi @Anonymous ,
You can create a new table with UNION() and SELECTCOLUMNS() function.
Table 2 =
UNION (
SELECTCOLUMNS ( table1, "TU", table1[T1U] ),
SELECTCOLUMNS ( table1, "TU", table1[T2U] ),
SELECTCOLUMNS ( table1, "TU", table1[T3U] ),
SELECTCOLUMNS ( table1, "TU", table1[T4U] )
)
Then you can count it.
Create unpivoted table
@amitchandak This data is coming from shairpoint and is not pivoted, I only provided a sample based off of how the true data is presented to me. When I tried to follow those instructions everything transformed to "Error"
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 |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 38 | |
| 32 | |
| 28 | |
| 24 |