With({Percentage: ThisItem.Expense/Sum(Filter(ExpenseByCategoryCollect, BudgetId =Gallery1.Selected.BudgetId),Expense)*100},
"https://quickchart.io/chart?c=" & EncodeUrl(
"{
type: 'radialGauge',
data: {
datasets: [{
data: ["& Percentage &"],
backgroundColor: getGradientFillHelper( 'horizontal',['red', 'blue']),
}]
},
options:{
domain: [0, 100],
trackColor: '#f8f7f9',
centerPercentage: 80,
centerArea: {
text: (val) => val + '%',
},
}
}"))
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.