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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
yellow_days
Helper I
Helper I

how to get number of zero days

Hello,

 

I have a Dataset with a Date of Reviews. Some days are missing, because new comments dont appear everyday. Now I would like to see how many days actually missing. For example I check the dates from 1. april - 5. april and I just have reviews on 1. Apri, 2. April and 5. April. My result should say 2 days.

 

Can someone give me an advice how I can do this?

 

best regards

1 REPLY 1
BhaveshPatel
Community Champion
Community Champion

You can count the total days in the selected time period using the Date table and then only count the days where reviews happended.

 

Minus out the Active days from the total days to get the inactive days.

 

You can use COUNTROWS and DISTINCTCOUNT function to get the job done.

 

Thanks,

Bhavesh

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors