Forum Discussion
SELECTCOLUMNS or Table.SelectColumns ?
- 8 years ago
Hi iamprajot,
Yes, you can use DAX functions like SUMMARIZE() or ADDCOLUMNS() or ( SELECTCOLUMNS(), UNION() ) to create a custom table from exsiting tables.
Regards,
Jimmy Tao
Hi iamprajot,
Yes, you can use DAX functions like SUMMARIZE() or ADDCOLUMNS() or ( SELECTCOLUMNS(), UNION() ) to create a custom table from exsiting tables.
Regards,
Jimmy Tao
Hi Jimmy Tao,
Great article. Big thanks for your post.
When creating a table using your guidance above, is there a way to exclue brining in blanks?
I've successfully used the function string in the attached image and it works. But if the column I reference has blanks, PowerBI won't create the table.
I'm hoping you could provide a solution where I can exclude blanks and successfully create a table.
I've tried NOT BLANK(), NOT IS BLANK, and tried using a boolean arguement (IF), but I can't figure it out.
Thx
DAX Richard