Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |