Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |