Forum Discussion
jengnz
3 years agoFrequent Visitor
Creating a column with DAX
I'm new to Power BI. I'm trying to create a column that gives me the total calls each agent received by date. On 3/5/2023 Dee took 2 calls. I appreciate any help. Thanks Call Start Date A...
amitchandak
3 years agoSuper User
jengnz , Simply create a visual with name, date, and a measure = countrows(Table)
You can filter/slicer on date, and have a visual name and measure = countrows(Table)