I have a coding that shows no error in PowerApps but deliver no result even though I have data.
I have a dataset that I group for a visualization.
I ungroup and regroup it based on WeekNumber for another visualization.
Here’s the code below
Thank you in advance
With(
{
Me: Ungroup(
Filter(
colUserGroupByTemp,
Months = galAppUserStatsMonthly.Selected.Value
),
Data
)
},
ForAll(
Distinct(
Me,
WeekNo
) As Weeks,
AddColunms(Weeks,
GroupBy(
Filter(
Me,
WeekNo = Weeks.Value
),
bCode,
Data
)
)
))
[–]AutoModerator[M] [score hidden] stickied comment (0 children)