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
Anonymous
Not applicable

Cross sell/upsell churn challenges (page filtering from different table on summed column)

Hey All,
I have a bit of a challenge. I'm working to understand how our ARR looks per month, which I've solved, and soft churn/hard churn, but I'm having difficulty looking at soft churn and upsell. I have one table that looks like this, looking at the contract line item level:
 
 
In order to do soft churn and upsell, I want to take the sum of the annual revenue and see where it changes. If its negative, thats churn. If its positive, thats upsell/cross-sell. If its the same, its renewal. The problem is this table has multiple values for date and customerID. So, I can't do a reverse lookup because it doesn't know what to look at. What I've done is created a summarized table of Customer ID, Date, and summed the ACV, like this:
 Post image
 
I then created a column in each table called (Customer ID + Date), so it creates a unique column in my second table, and created a relationship with the first.
The challenge I have is that I need to be able to dynamically filter the annual revenue (and in the next phase, the soft churn/hard churn lookup values), based on Product/Type, and in the future perhaps region from a different datasource. However, the annual revenue column in the second table doesn't filter from page level filters provided by the original table. If I bring in Product/Type to the new table, I again have the challenge of multiple rows for each date and customer ID, losing unique values.
 
Does anyone have any ways to go about doing this, or otherwise get the soft churn/upsell/renewal values from the original table?
 
0 REPLIES 0

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