Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Hi mnarmeen,
I have the same problem, ¿Did you solved?
Hi mnarmeen,
I have the same problem, did you find a way?
I would be so glad if could help me.
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])
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |