web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / add personalized item ...
Power Apps
Answered

add personalized item to Items properties

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All 

how i do this, i need to add a personalized value into a Items propertie wich is result from formula. something like this:

 

["Item_personalized";
Proper(
 Sort(
 Distinct(
 Filter(
 colecaotudo;
 'Planned to' > 0
 );
 Year('Planned to')
 );
 Result <> Blank();
 Ascending
 )
)]

 

i know this works

 

["item1";"item2";"item3":"Item4"]

 

and this isolated works too

 

Proper(
 Sort(
 Distinct(
 Filter(
 colecaotudo;
 'Planned to' > 0
 );
 Year('Planned to')
 );
 Result <> Blank();
 Ascending
 )
)

 

if i try this :

 

Concatenate(
 Proper(
 Sort(
 Distinct(
 Filter(
 colecaotudo;
 'Planned to' > 0
 );
 Year('Planned to')
 );
 Result <> Blank();
 Ascending
 )
 );
 "Item_Personalized"
)

 

i have the item 2022Item_Personalized

but i want a list to use on a dropdown. 

some idea how to do this?

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    You would not be able to add to the table that way.

    The following formula should provide what you are looking for:

    Ungroup(
     Table({Items: Table({Result:"Item_personalized")};
     {Items: Proper(
     Sort(
     Filter(
     Distinct(
     Filter(colecaotudo; 'Planned to' > 0);
     );
     Result <> Blank()
     );
     Year('Planned to')
     )
     )
     }
     );
     "Items"
    )

     

    I hope this is helpful for you.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard