Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi, Is there a way where I can combine distinct values of mutiple columns within the same table and display them in one single column.
For example I have Table A with columns X,Y,Z and all 3 columns have multiple values as shown below.
X Y Z
aa ee dd
bb rrr qq
ff aa rrr
The output of the DAX should be
Outputcolumn
aa
bb
ff
ee
rrr
dd
Order of the values doesn't matter.
Thanks for your time.
Solved! Go to Solution.
@Anonymous , Try a new table like
distinct(union(all(Table[X]),all(Table[Y]),all(Table[Z])))
Hi,
In the Query Editor this should be easy to do. Insert an Index column. Select that column and "Univot other columns". Remove all columns except the Value column. Remove duplicates from the Value column.
Hope this helps.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
77 | |
65 | |
52 | |
30 |
User | Count |
---|---|
115 | |
114 | |
71 | |
66 | |
39 |