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.
hi all,
i create a new table with with some dax function, now i need to get it to query editor to modify data and merge it qith other queries.
how can i do it?
Solved! Go to Solution.
Let try to explain a method with a image.
Union and Select Columns
Regards
Victor
Hi, The Table created with DAX can't be used in Query Editor.
Regards
Victor
if i append all the queries i need and the create a new table with this new append query, then can i appen this table with the other i have created with dax?
union works only if the column are the same
Yes, but you can Select the Columns of Table 2 and Name equal to Table 1with the SelectColumns that you want to append.
MYNEWTABLE = UNION ( MYTABLE1; SELECTCOLUMNS ( TABLE2; "NAME OF COL1 IN TABLE 1"; TABLE2[COLUMN1]; "NAME OF COL2 TABLE 1"; TABLE2[COLUMN2] ) )
Victor
let me explain better.
i have a table made by dax with 5 column and a query with 10 column. 5 of this column have the same title. if it was 2 queries i will append them and get all the same 5 plus the other 5 but with rows = blank.
now i need to do the same but with the table.
if only we could make a query from a table all of this would be simple
Let try to explain a method with a image.
Union and Select Columns
Regards
Victor
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
45 |