Hi Leah Ju,
Thank you for providing the solution. My base chart is same as what you showed here with only 1 difference. I used resolvedon date in place of modifiedon. But it is not working.. I changed the xml by using xrmtoolbox chart editor as there is no import option in charts for me. we are using Dynamcis CRM 2020 release with wave2.
My modified code -
<fetchcollection>
<fetch mapping="logical" aggregate="true">
<entity name="incident">
<attribute name="resolvedon" groupby="true" alias="_CRMAutoGen_groupby_column_Num_0" dategrouping="day" />
<link-entity name="incident" from="incidentid" to="incidentid" link-type="outer">
<attribute name="title" aggregate="countcolumn" alias="_CRMAutoGen_aggregate_column_Num_0" />
<filter type="and">
<condition operator="eq" value="1" attribute="statecode" />
</filter>
</link-entity>
</entity>
</fetch>
</fetchcollection>
As my view filters data for last 72 Hrs, and today is 29th i expected it to show 0 count for 27th and 28th
