Hi.. im not a programmer and dont speak english, sorry, but looking for help because need create a weekly barchart and want to show each day's bar (or empty space).
I know what's is wrong (the missing days group do not exist) and i created a collection called "Semana" with all days, but.. i don't know how combine it with de main data (Ticket Soporte) for my purpouse
this is my code:
AddColumns(GroupBy(AddColumns(Filter('Ticket Soporte'; (Created >= DatePicker1.SelectedDate) && (Created <= DatePicker1_1.SelectedDate));"Día_Semana";Switch(Weekday(Created);1;"Dom";2;"Lun";3;"Mar";4;"Mie";5;"Jue";6;"Vie";7;"Sab"));"Día_Semana";"Día");"Casos";CountRows(Día))
if you can explain me or recommend a tutorial relatively specifics i appreciate so much
Thanks!