Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
looking for a way to create a bar graph for each school with percent of students on track. for example everyone over 110 lesson would be consider ontrack. i would like to see the name of the schools on the X asis and the percent on the y axis. Below is the sample data.
Solved! Go to Solution.
Hi @Acantu1234 ,
To create a measure as below.
Measure = DIVIDE(SUM('Table'[lessons-completed]),120)
Hi @Acantu1234 ,
To create a measure as below.
Measure = DIVIDE(SUM('Table'[lessons-completed]),120)
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 12 | |
| 12 | |
| 9 |