Forum Discussion
Z_BI
1 year agoFrequent Visitor
Card with counter from Object Table
Hello community, in a report I have a date filter, a user filter and a Table visual object that contains columns and measures from different tables. The date filter and user filter act on the conte...
shafiz_p
1 year agoSuper User
Hi Z_BI Create a measure to count rows:
Record Count = COUNTROWS('YourTable')
Replace 'YourTable' with the name of the table you are using in your visual.
- Go to your report in Power BI.
- Add a new Card visual to your report.
- Drag the Record Count measure to the Card visual.
This measure will count the number of records in the Table visual, respecting the date and user filters applied.
Hope this helps!!
If this solved your problem, please accept it as a solution!!
Best Regards,
Shahariar Hafiz