Hi,
I have created a QuickInfo page that shall appear as popup on the rows of a table visual. The table visual contains columns with categories and columns with measures.
Power BI transfers the filter context from the table row to the quickinfo page as one "complex filter", not as separate filters for separate fields, see screenshot. In the QuickInfo page, I only want to apply the context of one field of the table visual ("Ticketnr.") and remove all other filters. I tried with CALCULATE(..., ALLEXCEPT(Tablename, Tablename[Ticketnr.])) but it seems that this does not split the field from the "complex filter".
How can I either
- write in DAX that only this one field is applied in the calculation context, or
- control that only this field is transferred as the filter context to the QuickInfo page in the first place?
Thank you very much!
BR
Martin
Solved! Go to Solution.
I found the solution: On the quickinfo page you have to put the field into the quickinfo fields and select not to transfer all filters.
I found the solution: On the quickinfo page you have to put the field into the quickinfo fields and select not to transfer all filters.