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.
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!
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.