Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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 🙂
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 42 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 72 | |
| 66 | |
| 33 | |
| 32 | |
| 31 |