Forum Discussion
Help me on the below query
Hi ,
Kinldy help me on this query.
I am trying to get the all rows which under date range. I am using the below query it not shoing any result.
Thanks,
Santhsoh
4 Replies
- santhoshaccFrequent Visitor
Hi,
Please help on the below query.
I am taking the value from slicer and passed into query. But is not working for me ,it says like conversion error (data converion).
Comparing the sliver value with Date filed in date table.
Result = CALCULATE(COUNTROWS(TimeSlicer),filter(all(TimeSlicer), DATESBETWEEN((TimeSlicer[Date]),DATEVALUE(date(SELECTEDVALUE(TimeSlicer[Year]),SELECTEDVALUE(TimeSlicer[Month]),SELECTEDVALUE(TimeSlicer[Day]))),DATEVALUE(DATE(SELECTEDVALUE(End_TimeSlicer[EYear]),SELECTEDVALUE(End_TimeSlicer[EMonth]),SELECTEDVALUE(End_TimeSlicer[EDay]))))))Thanks,
Santhosh.
- v-qiuyu-msftCommunity Support
Hi santhoshacc,
If you put the date column in the slicer, you can create a measure simply like below:
Measure = CALCULATE(COUNTROWS('Table1'),ALLSELECTED(Table1))Best Regards,
Qiuyun Yu- santhoshaccFrequent Visitor
Hi ,
Thank you !
But i am takeing the value of the all , year ,month,day from slicer (means 3 slicers: 1.yearvalue 2. month value , 3.day value.
i need send to these three value as date ,then i will get the result by using date.
Result = CALCULATE(COUNTROWS(TimeSlicer),filter(ALL(TimeSlicer), DATESBETWEEN((TimeSlicer[Date]),DATEVALUE(date(SELECTEDVALUE(TimeSlicer[Year]),SELECTEDVALUE(TimeSlicer[Month]),SELECTEDVALUE(TimeSlicer[Day]))),DATEVALUE(DATE(SELECTEDVALUE(End_TimeSlicer[EYear]),SELECTEDVALUE(End_TimeSlicer[EMonth]),SELECTEDVALUE(End_TimeSlicer[EDay]))))))Thanks,
Santhosh.
- v-qiuyu-msftCommunity Support
Hi santhoshacc,
Not sure what you mean. The measure provided before can work with three slicers. Please see attached pbix.
Please share your sample pbix file and tell us your desired output.
Best Regards,
Qiuyun Yu