Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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) )
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
93 | |
84 | |
32 | |
27 |