Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
cipriannsft
New Member

Calendar with daily counter of students placed

Hi everyone,

 

I'm very new to Power BI and wondered if anyone can help translating an Excel file into Power BI. I've got two tables, I'll call them  Students and Calendar. I need to show how many students are placed in a particular team on each day of the month. 

 

Student 

Student_nameTeam_name Start_date End_date
Student ATeam 104/08/202110/08/2021
Student BTeam 107/08/202109/08/2021
Student CTeam 206/08/202111/08/2021

 

Now I need to create a Power BI report that looks like below, each row is a placement and in the calendar section each number is a count of students in placement on that day. 

 05/08/202106/08/202107/08/202108/08/202109/08/202110/08/202111/08/2021etc
Team 11122210 
Team 20111111 

 

The calendar table has a column called Date:

Calendar = CALENDAR( DATE(2021,1,1), TODAY())

 

Now I'm trying to add a new column to the table that adds the number for each day but it doesn't seem to work:

StudentsPerDay= COUNTROWS(FILTER('Student', 'Student'[Start_date] >= 'Calendar'[Date] && 'Student'[End_date] <='Calendar'[Date]

 

The formula doesn't give any errors though no values are added where there should be values.

 

Any ideas?

 

Many many thanks!

1 REPLY 1
amitchandak
Super User
Super User

@cipriannsft , refer this blog or the attached file if that an help

How to divide/distribute values between start date or end date or count days across months/days: https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...

 

 

The file is not on your data, attached after signature

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.