March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Dear Community ,
i have a search items and i need to show the contet of the search in a card but it is giving me the last satus of the enrty , can i make it blank when i open it or clear it ,
1ist image showing in search is blank but showing in cards the last entry
2nd image is when i search , it works perfectly
Thanks for help
Solved! Go to Solution.
You are probably using MAX or Last which is why you are getting the last one. What you could do is something like:
Comments =
IF(COUNTROWS(ALL('Table')) = COUNTROWS('Table'),BLANK(),<whatever your calculation is>)
You are probably using MAX or Last which is why you are getting the last one. What you could do is something like:
Comments =
IF(COUNTROWS(ALL('Table')) = COUNTROWS('Table'),BLANK(),<whatever your calculation is>)
Thank you very much it worked perfectly . what a solution 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
90 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |