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
cronline
Regular Visitor

User Registrations by Time Period

Hi,

 

I have a User Registrations table which is populated when a user registers all their personal details. Each registration is Timestamped with a Registration Date. I would like to build a chart, let's say a line chart, that shows me Months along the horizontal axis and a count of registrations in that month along the vertical access.

 

Any help in pointing me in the right direction would be appreciated.

 

Thanks

Chris

1 ACCEPTED SOLUTION

Hi @cronline


I try to reproduce your scenario on my local computer and get the expected result as follows.

First, add a calendar table to your data model as Matt posted. The first screenshot below is the register table, the second is calendar table. Create a relationship between them.

 
1.png2.jpg

Second, create a column in calendar, and a measure using the following formula.

MONTH = MONTH(DateTable[Date])
COUNT = CALCULATE(COUNTROWS(Register),ALLEXCEPT(DateTable,DateTable[MONTH]))


COUNTROWS function counts the number of rows in the specified table. The reason of using the function is that same name people may register at one day. So the each row displays one custom.

Finally, create a line chart. Select Month in Axis, count measure as value level, please review the following result.

3.png4.png

 

Best Regards,
Angelia

View solution in original post

3 REPLIES 3

You should add a calendar table to your data model. Read my article about that  here 

 

http://exceleratorbi.com.au/power-pivot-calendar-tables/



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Hi @cronline


I try to reproduce your scenario on my local computer and get the expected result as follows.

First, add a calendar table to your data model as Matt posted. The first screenshot below is the register table, the second is calendar table. Create a relationship between them.

 
1.png2.jpg

Second, create a column in calendar, and a measure using the following formula.

MONTH = MONTH(DateTable[Date])
COUNT = CALCULATE(COUNTROWS(Register),ALLEXCEPT(DateTable,DateTable[MONTH]))


COUNTROWS function counts the number of rows in the specified table. The reason of using the function is that same name people may register at one day. So the each row displays one custom.

Finally, create a line chart. Select Month in Axis, count measure as value level, please review the following result.

3.png4.png

 

Best Regards,
Angelia

Thanks for your thorough response Angelia. I have unfortunately hit a stumbling block while trying to follow the first few steps in creating the Date table. I have created a post about that here: http://community.powerbi.com/t5/Desktop/Error-relating-to-the-DATE-Function-when-creating-a-Date-tab...

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.