Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Would like to display a gaugue with on time percertage. I have a column with DUE DATE and DATE CLOSED.
So if DATE CLOSED < DATE DUE it is on time. Would like to show that percentage on a Gauge Charrt or something similiar.
Thanks
@DCS2011 , Create a measure like
divide(countrows(filter(Table, [Date closed] < [Due Date])), countrows(table) )
User | Count |
---|---|
93 | |
92 | |
85 | |
83 | |
49 |
User | Count |
---|---|
150 | |
142 | |
112 | |
73 | |
55 |