Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a dataset with Payments for a specific yearly subscription:
ID, Customer, StartDate, EndDate, PaymentDate
When you renew your subscription, a new record is created in that Payments table, with the StartDate = EndDate previous + 1 and EndDate = StartDate + 12 months.
Example:
ID 1: Customer X: 15/02/2023 - 14/02/2024, Paid: 15/02/2023
ID 2: Customer X: 15/02/2024 - 14/02/2025, Paid: 09/02/2024
I want to create a measure in this dataset that indicates that there is a follow-up subscription.
So for ID 1:
ID 1: Customer X: 15/02/2023 - 14/02/2024, Paid: 15/02/2023 => Yes, because there is a record ID 2 for the same customer and with StartDate equals to the EndDate of record with ID 1 + 1 day.
ID 2: Customer X: 15/02/2024 - 14/02/2025, Paid: 09/02/2024 => No, because there is no record for the same customer and with StartDate equals to the EndDate of record with ID 1 + 1 day.
But I really haven't a single idea on how to start on this ...
Solved! Go to Solution.
Hi
A result with a new column in the table
Hi
A result with a new column in the table
Wauw thanks! This is absolutely the solution 🙂
Also the first time I work with inline variables in DAX so a good start for me!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |