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
mnarmeen
Advocate I
Advocate I

Values not exists between two Dates

Hi All,

 

I have to filter out inactive members from my database in certain timeframe and show a count of them in barchart alongwith active members.

I have managed to show active members (used order date in slicer to get count of customers who ordered food between those two dates).

But i dont know how to get inactive members between two dates in powerbi.

 

Scenario : I have 100 registered members in table. When I select dates e.g 1-Jun-2017 to 12-Jun-2017 it shows me 60 members that have ordered which is correct but I have to show 40 members who haven't ordered between those dates as well in a chart.

 

Any help would be appreciated. I am using sql server as a datasource on PowerBI desktop.

 

5 REPLIES 5
RaulCal
New Member

Hi mnarmeen, 

 

I have the same problem, ¿Did you solved?

 

 

 

RaulCal
New Member

Hi mnarmeen,

I have the same problem, did you find a way?

I would be so glad if could help me.

Greger1337
Frequent Visitor

Thankyou for your prompt reply.

This shows data which have no value but I have dates in my order data column. I just want to show data that is not between those two dates

Maybe you can try to create a measure with COUNTBLANK.

 

COUNTBLANK(Ordertable[ordercolumn])

https://msdn.microsoft.com/en-us/library/ee634230.aspx

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.