Forum Discussion
iris__bi
1 year agoFrequent Visitor
USERELATIONSHIP() - Visual Filter
Hi Folks, please help out. My date table: Calendar =
VAR start_date = MIN(hypothetical_jira_tickets[Created Date])
VAR end_date = TODAY()
RETURN
ADDCOLUMNS(
CALENDAR(start_date, end_date)...
- 1 year ago
Hi iris__bi ,
Please refer attached PBIX file.
If my response has resolved your query, please mark it as the "Accepted Solution" to assist others. Additionally, a "Kudos" would be appreciated if you found my response helpful.
Thank you
johnt75
1 year agoSuper User
That file is working for me. If you select a month in the line chart the table only shows rows where either the created date or the closed date is in that month.
- iris__bi1 year agoFrequent Visitor
Right, yet the desired result is to click on specific month's created date, showing ticket's created date falling under that month, and vice versa. Not really an OR logic, if that makes sense