Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I have several tables.
I want to create a new empty table, then add a new column from another table based on some filters, such as
Table A
Date Title
May-1 Title-1
May-1 Title-2
May-1 Title-3
May-2 Title-4
I want to create a new table C, and add a new column from table A[title] which A[Date]=May-1.
How can I do?
Thank you!
New Table under modeling and input formula:
TableC= CALCULATETABLE(TableA, TableA[Date] = MAY-1)
Thank you @Anonymous
I just want to get one column, in my example is Title, to the new table. and the condition may have several, in my example, is only one, TableA[Date]=May-1
TableC= SUMMARIZECOLUMNS(TableA[Title], FILTER(TableA, TableA[Date] = MAY-1))
Hello @Anonymous
thank you.
it' did not work in Power Query Editor. The function SUMMARIZECOLUMNS was not recognized.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |