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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / I want to show the com...
Power Apps
Unanswered

I want to show the comments in my gallery?

(1) ShareShare
ReportReport
Posted on by 16

Hi 

I created a view screne to show my comments. I tried using this code that when a filter is selected from powerbi it should show comments related to it, it does it but the problem is when I select no filter like unselect from the filter in powerbi it doesnt show me all the comments in descending order recent one first as my date is in text data type due to a specific reason or it can do something like show me recent comments added in last 7 days.

 

My sharepoint file name is writebackcomments 

 

The code is 

If(
    IsEmpty(PowerBIIntegration.Data) || IsBlank(LookUp(PowerBIIntegration.Data, true).OLD_CODE),
    Sort(
        Writebackcomments,
        DATE,
        SortOrder.Descending
    ),
    Sort(
        Filter(
            Writebackcomments,
            OLD_CODE = LookUp(PowerBIIntegration.Data, true).OLD_CODE
        ),
        DATE,
        SortOrder.Descending
    )
)
pic 2.png
picc.png
Categories:
I have the same question (0)

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 400

#2
WarrenBelz Profile Picture

WarrenBelz 348 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 315 Super User 2025 Season 2

Last 30 days Overall leaderboard