Forum Discussion
mnarmeen
9 years agoAdvocate 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 ord...
Greger1337
9 years agoFrequent Visitor
Check this out:
https://powerbi.microsoft.com/en-us/guided-learning/powerbi-learning-3-11c-display-empty-categories/
- mnarmeen9 years agoAdvocate I
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
- Greger13379 years agoFrequent Visitor
Maybe you can try to create a measure with COUNTBLANK.
COUNTBLANK(Ordertable[ordercolumn])