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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Comparing weekly increase/ decrease of customers

Hi All,

 

The chart below contains a measure with the distinct count of Customers & the Legend is Product:

 

Current Customer Uptake =
CALCULATE(
DISTINCTCOUNT(DATA[Customer),
LASTDATE(DATA[LAST_DAY_OF_WEEK]))

 

Each product has a unique go live date and is used to calculate the X asis "Weeks from go live" within a custom column.

Operator Img.png

 

 

Problem:

 

I would like to select a particular data point in this chart and see the increase/ decrease of customers within a table format, see image below. However, when a particular data point is selected the previous weeks data disappears.

 

What is the best way to calculate/visualise this? Suggestions welome 🙂 

 

 

Operator Img2.png

1 REPLY 1
amitchandak
Super User
Super User

Refer to my file which uses rank to find Last week

https://www.dropbox.com/s/d9898a48e76wmvl/sales_analytics_weekWise.pbix?dl=0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors