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

ShowColumns() doesn't work properly with Display Name Identifier.

Open jas-valgotar opened this issue 2 years ago • 0 comments

First(ShowColumns(Accounts, 'Account Name')).'Account Name' should work. but it only allows logical names, Ie forces to use First(ShowColumns(Accounts, 'Account Name')).name

Add back the below test, re-weritten with ShowColumns() to DisplayNameTests.cs>ValidateDisplayNames [InlineData("First(Nested.Inner).Inner", "First(NestedDisplay.InnerDisplay).InnerDisplay", true)] [InlineData("First(NestedDisplay.InnerDisplay).InnerDisplay", "First(Nested.Inner).Inner", false)]

jas-valgotar avatar Dec 01 '23 20:12 jas-valgotar