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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Distinct Count of weeks based on sales measure

I have to tables sale table and calendar table In calendar table I have weeks column. I have a calculation of sales in my sales table I want to get the number of weeks based on my sales measure.
I don't want all number of weeks but only the number of weeks where sales have been made according to my calculated sales measure.
Thanks.
week no.png

 

sale measure.png

 

1 ACCEPTED SOLUTION
PaulOlding
Solution Sage
Solution Sage

Hi @Anonymous 

The trick is to iterate the Sales table and count the number of weeks.  We can use SUMMARIZE to do that as it can access the extended table.

week count = 
COUNTROWS(SUMMARIZE('Sales','Date'[Week]))

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

@PaulOlding it worked just added a filter where payment=sales
thanks a lot!

 

PaulOlding
Solution Sage
Solution Sage

Hi @Anonymous 

The trick is to iterate the Sales table and count the number of weeks.  We can use SUMMARIZE to do that as it can access the extended table.

week count = 
COUNTROWS(SUMMARIZE('Sales','Date'[Week]))
Anonymous
Not applicable

@PaulOlding  Thanks for your reply
The thing is that sales is not a column its a calculated measure

 

@Anonymous The 'Sales' referenced in my measure is the name of the table with all the sales amounts (ie the fact table)

Anonymous
Not applicable

@PaulOlding  this does not work can we try some other logic?

 

@Anonymous In that case some more information would be helpful.  See this post https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/m-p/1626726#M32906 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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