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

Sales by week without blanks in Matrix - no measure?

Hi all, I have a Matrix that presents sales areas in the rows and week numbers in the columns and values are the counts of sales. This gives a nice table of sales by week. However there are blanks instead of zeros where I would like zeros if no sales.

 

I have looked at a lot of solutions on here that seem to refer to 'adapting measures' - however my table is very simple, it doesn't involve measures or anything. I just have the sales table that updates each day and date is linked to date in a calendar table I've created.

 

Can anyone help with a simple solution to this? Below is an example of how the table looks now and what I've put in to the visualisation if it helps? Thank you!

 

Humandoing_0-1621873407171.png

 

Humandoing_1-1621873435646.png

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@Anonymous Create a simple measure like this:

Measure = COUNT('Table'[Priority Group]) + 0

You put that in your Values area instead of the column.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks that's great.

Greg_Deckler
Community Champion
Community Champion

@Anonymous Create a simple measure like this:

Measure = COUNT('Table'[Priority Group]) + 0

You put that in your Values area instead of the column.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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