Forum Discussion
' AND' option between 2 dates columns
Hi Guyakobov ,
To understand your scenario better, please share your data sample and your desired output so that we could help futher on it.
Reference:
How to Get Your Question Answered Quickly
Best Regards,
Cherry
HI,
The data sample is here https://prnt.sc/msjsfn - you can see in that table that we have one account that was created in July and did a few transactions in July and more transactions after. so, if ill choose in my date filter all of July I suppose to see only the accounts that were created ON July and the transaction that was approved on July cause this is the time frame that I chose.
and i want it to be like this http://prntscr.com/mt30le
- v-piga-msft7 years agoResident Rockstar
Hi Guyakobov ,
Based on your information, it seems that you have a slicer and you want to show the sum of count based on the selected month?
If it is, I'm afraid that you just create the measure like below and then you will get the result.
Measure = CALCULATE(SUM('Table1'[Count]),ALLSELECTED(Table1))If you still need help, please share more sample data which could reproduce your scenario so that we can help further on it.
Best Regards,
Cherry
- Guyakobov7 years agoHelper II
HI,
The slicer is date range by days http://prntscr.com/mtif8x . so for example, if ill choose in my date range 20/7/18 till 30/07/18 I shouldn't see any information because the account was created on the 9/07/18.
the date slicer needs to consider both 'created on' dates and 'approved on' dates.
Thanks