Forum Discussion
Date Slicer control two visualizations
- 8 years ago
shebr
I can't believe this! I went back to get the data you requested and suddenly the measure I'd been working with started working. I don't know why it suddenly started giving me the expected results (I've been working with it since last Thursday). The only thing I can think of is that I deleted and recreated one of the relationships.
Anyway, I'm listing the solution below and marking this as solved.
SOMeasure1 = If(Max('Sales Order Lines'[Created date])>LastDate(CalendarTbl[Date]),0,1)
I added the above measure to my table and applied filter is "1". Set "Edit Interactions" to filter all the page vizualiztions.
Thanks to all for the help! Much appreciated!
Hi nandvroe,
Do you want to share some details of your data set, relationships and DAX measures you've used? I can try look at this for you, just tell me (visually) what results you are getting and what you are expecting.
Thanks
shebr
I can't believe this! I went back to get the data you requested and suddenly the measure I'd been working with started working. I don't know why it suddenly started giving me the expected results (I've been working with it since last Thursday). The only thing I can think of is that I deleted and recreated one of the relationships.
Anyway, I'm listing the solution below and marking this as solved.
SOMeasure1 = If(Max('Sales Order Lines'[Created date])>LastDate(CalendarTbl[Date]),0,1)
I added the above measure to my table and applied filter is "1". Set "Edit Interactions" to filter all the page vizualiztions.
Thanks to all for the help! Much appreciated!