Forum Discussion
dandywong
8 years agoFrequent Visitor
Creating a new table based on multiple factors
I want to create a new table based on at least 2 values and only showing certain columns (5 columns) of important information:
1) Scope Status = Yellow
2) Project Phase = Completed
Any help would be appreciated!
1 Reply
- v-xjiin-msftSolution Sage
Hi dandywong,
In your scenario, did you mean that we want to create a calculated table based on another table? If so, I think you can try SUMMARIZE() function.
Sample is here: https://www.sqlbi.com/articles/all-the-secrets-of-summarize/.
By the way, if you can share us some sample data and your expected result. Then we can provide more specific suggestions.
Thanks,
Xi Jin.