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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

How to count cases with no data DAX

Dear all,

 

I am having a problem with DAX identifying where there is no data. I can understand why PBI might want to return blanks. But I want 0!

 

I have a matrix of Months by Fruit and I want to count the number of fruit in each month.

 

So I calculate Number of Fruit = COUNTROWS(My Table)

 

Then I create a matrix and I have the columns as months and the rows as fruit. Where there is data I get a count, but where no fruit were sold I just get blanks, where I would prefer 0.

 

I have tried all varities of

IF(ISBLANK(My Table), 0, COUNTROWS(My Table))

COUNTROWS(My Table) + 0

 

Can someone tell me what I am missing?

 

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

OK. I have found the solution. You get this issue when your dimensions are in your fact table, if you make sure your dimensions are in Dimension tables and select on the dimenions (show items with no data) then you don't have the same problem.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

OK. I have found the solution. You get this issue when your dimensions are in your fact table, if you make sure your dimensions are in Dimension tables and select on the dimenions (show items with no data) then you don't have the same problem.

Greg_Deckler
Super User
Super User

Something you might try might be to convert the number to text using FORMAT, including a text "0", that might prevent the matrix from eliminating those rows. But, in general, that just sort of how matrices work.


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!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.