Forum Discussion
fraz
3 years agoRegular Visitor
Visual filter breaking drill-through
I've got a drill-through page that isn't working when a particular visual filter is added and I don't know why. A simplified dataset where I've recreated the problem is here. Data The IDs of ...
johnt75
Super User
3 years agoWhen I ran the internal SUMMARIZECOLUMNS from the filter,
SUMMARIZECOLUMNS(
'Transactions'[Appeal Code],
'Transactions'[Campaign Code],
'Customers'[Customer ID],
__SQDS0FilterTable,
"Communication_Count", IGNORE('Measure Table'[Communication Count]),
"CountRowsTransactions", CALCULATE(COUNTROWS('Transactions'))
)
I got an empty table back. There don't appear to be any transactions which match campaign C1