Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Power Fx low-code programming language

Results 179 Power-Fx issues
Sort by recently updated
recently updated
newest added

PFX proposals for `Concat([{a:1},{a:2}],` : a, ThisRecord and all global variables PA proposals for the same expression: a and ThisRecord only

`First(Filter([{a:1, abv:20}], bv` suggests `Color.BlueViolet` but is not proposing abv column For `First(Filter([{a:1, abv:20}],`, we have 3 proposals: a, abv and ThisRecord

I have data in my app which contains standard enumerations. I want to expose these as OptionSets that users can interact with via formulas. Right now, to create the option...

- IntelliSense is critical use case for the adoption of REPL - Developers are not able to know what parameters are needed for a given formula - There is a...

REPL

Type() function for the column data type. Something like: Type(, )

REPL

Could something like below be implemented in REPL without having the need to exit REPL shell? ![image](https://github.com/microsoft/Power-Fx/assets/116691001/c5df5772-2d5b-41ab-b1f7-836526d2aa0e)

REPL

**List of tables – How to list tables in the environment developer is connected to?** Imagine I am connected to my developer environment, and I need to query data from...

REPL

Move to REPL namespace? 1. Can Notify() return void instead of Boolean? 2. Help() message 3. Code coverage, particularly for StandardFormatter. Should this be a ITypeVisitor and StringBuilder? 4. Obsoletes...

REPL

![image](https://github.com/microsoft/Power-Fx/assets/15149773/8d90c044-4ef1-4c4b-818d-19adbee40a3c) Should result in a prompt continuation and not an error.

REPL