microsoft / microsoft/Power-Fx
Summarize and direct groupby field access result in runtime error or hang
Open
@jas-valgotar is already working on this.
Since Mar 24, 2025.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
This trivial case is reduced from a much bigger example.
Summarize( [{Value:1,Sixteen:1}], Sixteen, Dec2Hex( Sixteen, 3 ) As LevelOne )
results in runtime errors in the column LevelOne, while this does not:
Summarize( [{Value:1,Sixteen:1}], Sixteen, Dec2Hex( First(ThisGroup).Sixteen, 3 ) As LevelOne )
Using Text instead of Dec2Hex results in a hang in the REPL.
It may be thinking that Sixteen is a table?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.