Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have my imported data from Excel called "Peru", in this table i have the list of employees that participate in a program.
Some of the the columns i have in this table contains the managers ID of each employee, the status and the points each have.
I need to create an automatic table from only the ones that are managers (i would only consider the ones that appear in the Manager ID column), and show the status they have and the points each one have.
I tried with this formula but didn't work:
How can i do it??
thanks a lot!!
try this
SUMMARY = SUMMARIZE(CALCULATETABLE(Table1,Table1[DESIGNATION]="Manager"),Table1[NAME],Table1[DESIGNATION],"Sum of Points",SUM(Table1[POINT]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
37 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |