This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register 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 🙂
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 24 |