Forum Discussion
Create Table based on columns and measures
- 3 years ago
EvertonRosa , if you create calculated table, the measure can not take slicer value and calculation may not go as planned and will be static
Add a new column, using addcolumns, and use related , relatedtable, or simple max function work across the table
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
EvertonRosa , if you create calculated table, the measure can not take slicer value and calculation may not go as planned and will be static
Add a new column, using addcolumns, and use related , relatedtable, or simple max function work across the table
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
Thanks, amitchandak. I found a solution after watch your videos.