Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 July 2025 Power BI update to learn about new features.
User | Count |
---|---|
97 | |
96 | |
58 | |
45 | |
42 |