Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.