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 moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Dear all,
I need to produce a visual using the Gauge indicator. The sample data which i have is as follows:
Ticket ID | Requester | Status Overdue |
1234 | James | False |
2345 | Arren | False |
3456 | Alice | False |
4567 | John | True |
5678 | Donna | False |
6789 | Monica | True |
As you can see, the column ' Status Overdue' is in Boolean Type (True or False). I just wanted the gauge to indicate the SLA performance in percentage. The calculation is total number of ticket with status overdue as "False" divided by total number of ticket * 100.
Many thanks for your help.
BS
Solved! Go to Solution.
@bahare76 , if false is boolean
@bahare76 , Try a measure like
divide(calculate(count(Table[Ticket ID]), filter(Table,Table[Status] ="False")), count(Table[Ticket ID]))
Hi @amitchandak . Tried this but encountered erro. Do i need to change the data type to Text first. Here is the expression
@bahare76 , if false is boolean
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
87 | |
84 | |
67 | |
49 |
User | Count |
---|---|
141 | |
115 | |
111 | |
59 | |
59 |