Reputation: 145
I am new to Power Apps Model Driven App, I have started working on a POC and got some feedbacks from my manager:
Any help will be appreciated, thanks in Advance.
Upvotes: 0
Views: 1446
Reputation: 409
Please use Advanced Chart Editor in Xrmtoolbox to modify the chart colors and add percentage to the label.
Advanced Chart Editor: https://www.xrmtoolbox.com/plugins/ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor/
Sample below https://crmtipoftheday.com/1095/add-percentage-labels-to-pie-charts/
To know more on editing Charts visit below: https://crmchartguy.wordpress.com/
However there is no known way to disable drilldown in model driven app charts. There was some hack to make the attributes non-searchable back in crm 2011 days but not sure if it works or if there is any implications on changing searchable.
https://mayankp.wordpress.com/2012/05/22/crm-2011-chart-drill-down-enabledisable/
Upvotes: 0
Reputation:
To change the colour of the pie chart:
Select the Pie Chart control on the form or view. In the right-hand pane, you will see the properties of the Pie Chart. Scroll down to the "Series" property section. Expand the series you want to modify by clicking on the arrow icon next to it. Within the series, you will find a property called "Color".
To display the percentage instead of count in the Pie Chart:
Also in the properties section on the right, also in the "Series" section - you will find a property called "Value". By default, it is set to "Count", click on the dropdown next to it and select "Percentage".
How to disable the Drill Down Button on the Dashboard:
In the properties section of the Dashboard, look for a property called "Enable Drill Down" (or something like that). Just set it to No or False and then save the changes.
Its been a while since i worked with PowerApps, hope this helps!
Upvotes: 0