Hi Everyone
Can someone please suggest me how to use GroupBy function with choice column. i have tried all they but nothing worked.
@aayaanmayank is your Power Apps version 3.24042 or later? If so, there was a change in the syntax of those functions (see blog post and release notes), so it should be written as
GroupBy(
AddColumns('Abcr Tracker', ChoiceText, Unit.Value),
ChoiceText,
GroupedData)
Hope this helps!
there is no difference in both the formulas but i have tried and still getting the same error
hey @aayaanmayank
can you try this please:
GroupBy(
AddColumns(
'Investment request Tracker',
"ChoiceText", Unit.Value
),
"ChoiceText",
"GroupedData"
)
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
WarrenBelz
146,631
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,991
Most Valuable Professional