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.
In my company table, I have a column of employees, a column of registered employees and I am trying to make a 3rd column to show the percentage of employees who have registered. I have tried a new measure, a quick measure, i just can not figure this out and it seems like it should be so easy. I even tried to create the column in excel and then just plop it into
I need to be able to show on a dashboard or report(I am using a card right now, 3 cards, 1 for # of employees, 1 for # of registered and the third will be for percentage of employees who have registered). I have a slicer because I need to report these numbers by company.
My Employer Table
Thank you in advance, I am grateful to you.
Solved! Go to Solution.
NewMeasure=DIVIDE(SUM(Table[Registered]),SUM(Table[Total Employees]),0)
NewMeasure=DIVIDE(SUM(Table[Registered]),SUM(Table[Total Employees]),0)
User | Count |
---|---|
9 | |
9 | |
7 | |
6 | |
6 |