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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors