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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I am trying to make a table with the Yield rate(which is total enrolled divided by total applied) by year. Is there a way to do it? A formula?
My Data looks like this:
Solved! Go to Solution.
Create a Measure (call it anything that works for you). Since you want % at the ROW level, the formula doesn't have to take into account any filtering or grouping...
Measure = SUM(Table1[Admitted]) / SUM(Table1[Applied])
Raw Data I entered based on your screen shot & Matrix with Rows = R&E, Columns = Year, & Values = your measure
Proud to give back to the community!
Thank You!
It looks like a simple request, but depending on how you want to display the data, it coudl be more complciated. I'm assuming you have mutliple years of data not displayed in your sample? Do you want the Yeild by line to the right of the data, or a total at the bottom for all 'Race and Ethnicity' by year?
Can you mock up your desired output?
FOrrest
Proud to give back to the community!
Thank You!
I was hoping for something like this:
Create a Measure (call it anything that works for you). Since you want % at the ROW level, the formula doesn't have to take into account any filtering or grouping...
Measure = SUM(Table1[Admitted]) / SUM(Table1[Applied])
Raw Data I entered based on your screen shot & Matrix with Rows = R&E, Columns = Year, & Values = your measure
Proud to give back to the community!
Thank You!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 130 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |