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
ScripTeapot_
Frequent Visitor

I need to create a table with the first log, given some conditions

Hellor

I need some help with this problem: I have many users and each one has made, at least, one purchase at some point, I need to know the date of the first purchase they have made to count the amount of first purchaces made in a month.

 

OG table

Userpurchase_date
A2023-02-01
A2023-02-14
A2023-03-29
B2023-02-10
C2022-12-23
C2023-07-04
C2023-09-15

 

First purchase table

user"first_purchase"
A2023-02-01
B2023-02-10
C2022-12-23

 

Probably this is not the best way to do this, if someone can guide me to something I can study to achieve this goal is very appreciated.

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

Hi @ScripTeapot_ 

You can produce your required output by the following table dax formula.

Sakiko_0-1694564831541.png

In this simple data model, I separately created a calendar table (dimension table) and created a one to many relationship with the fact table because it is the best practice to do so.   

I omit detailed explanations here, but instead, please find attached the link to the pbix file, and please let me know if anything is unclear.

First purchase table.pbix

View solution in original post

1 REPLY 1
DataNinja777
Super User
Super User

Hi @ScripTeapot_ 

You can produce your required output by the following table dax formula.

Sakiko_0-1694564831541.png

In this simple data model, I separately created a calendar table (dimension table) and created a one to many relationship with the fact table because it is the best practice to do so.   

I omit detailed explanations here, but instead, please find attached the link to the pbix file, and please let me know if anything is unclear.

First purchase table.pbix

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.