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.
Hello everyone! I am coming from Tableau (not by choice) and I am stuggling to figure out how to make the math work.
Here is what my Table looks like (contains all months for the year, multiple years)
I am wanting to calculate turnover for the Month, the math is = (sum[Removed]/sum[Assinged]) =9/127 and should return 7.09%
How is this done in BI?
Thank you for any asstiance!
Month/Year | Site | Assigned | Removed |
Aug-20 | JNT | 7 | 0 |
Aug-20 | XSC | 11 | 0 |
Aug-20 | TOR | 2 | 0 |
Aug-20 | DTR | 5 | 0 |
Aug-20 | CHL | 9 | 0 |
Aug-20 | DOC1 | 18 | 1 |
Aug-20 | DOC2 | 16 | 0 |
Aug-20 | DOC3 | 21 | 5 |
Aug-20 | DZC | 3 | 1 |
Aug-20 | ZRD | 3 | 0 |
Aug-20 | LCS | 3 | 0 |
Aug-20 | ZNT | 14 | 1 |
Aug-20 | GSC | 5 | 0 |
Aug-20 | MTO | 10 | 1 |
Please try this measure expression
Turnover = DIVIDE(SUM(Table[Removed]), SUM(Table[Assigned]))
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
if I have multiple Months/Years in the database, how do I get to tell me the Turnover by Month?
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 |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
8 |