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 have created a calculated column (Column1) in Table1 and want to create a new table (Table2) using Column1.
Can some one please suggest how we can achieve this.
Thank you
Solved! Go to Solution.
Hi @Anonymous ,
If you create the new table using the following syntax:
New table =
SELECTCOLUMNS(
FirstTable,
"Column", FirstTable[CalculatedColumn])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
If you create the new table using the following syntax:
New table =
SELECTCOLUMNS(
FirstTable,
"Column", FirstTable[CalculatedColumn])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you @MFelix your solution worked but I see duplicates in the data so I tried using the below syntax
New Table =
Distinct(FirstTable[CalculatedColumn])
Don't forget to mark the correct answer so it can help others.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
You need to add more details to your question to get answered. Refer following link:
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Thanks,
Pragati
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |