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.
Hello
How to perform actions on 'every column of a table' regardless of the number and name of the columns?
I would like for example:
1) get the unique values of each column
2) get the first give values of each column
etc
Thanks!
Please find below the source table and I want to output the following lists of unique values per column. Please note I want the solution to work regardless of the table and columns!
Col1 | Col2 | Col3 |
1 | 2 | 3 |
2 | 3 | 4 |
1 | 2 | 3 |
2 | 3 | 4 |
Col1 |
1 |
2 |
Col2 |
2 |
3 |
Col3 |
3 |
4 |
do you want to combine the columns to a new table?
Proud to be a Super User!
@ryan_mayu yes or I may do additional transformations once I get these unique value lists, I thank you!
could you pls provide the sample data and expected output?
Proud to be a Super User!
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 |
---|---|
89 | |
81 | |
65 | |
51 | |
30 |
User | Count |
---|---|
117 | |
115 | |
71 | |
64 | |
39 |