Forum Discussion
jzhao
2 years agoFrequent Visitor
values and distinc function input
I want to retrieve unique rows from three different columns in three different tables. Then, I want to filter out rows that contain `*` or are blank. The following code provides the desired result: ...
some_bih
2 years agoCommunity Champion
Hi jzhao UNION function features: The two tables must have the same number of columns. In example column1 clean and column2 clean
https://learn.microsoft.com/en-us/dax/union-function-dax?WT.mc_id=DP-MVP-4025372
Did I answer your question? Kudos appreciated / accept solution!