Forum Discussion
Count per day in calculated table
- 9 years ago
Hi bhartsell,
Now that you have connected the two tables through a one to many relationship based on “date”. Please try this formula to create a calculated column:
CountRows = COUNTROWS(RELATEDTABLE(Table_Log))If you have any question, please feel free to ask.
Best regards,
Yuliana Gu
Hello Power BI community,
I have been working on this for days and tried different ways to get this done with no success.
1. The goal is visualize in a Clustered column chart how many tickets the company opened and closed per day. And I want to visualize this on the chart just for the 14 days.
2. For this I have a Table with Tickets_Service (Int), Date_Entered (Date type) and Date_Closed(Date Type) columns. And I need to create two measures.
- Per Tickets_Opened measure I need to count (Tickets_Service) based on Date_Entered per the last 14 days.
- Per Tickets_Closed I measure I need to count (Tickets_Service) based on Date_Closed per last 14 days.
- After that I need to visualize Tickets_Opened and Tickets_Closed measures per the last 14 days on the chart.
Any ideas how I can get this visualization done?
Thnak you in advance