Forum Discussion
kongyuancn
3 years agoHelper II
context in Tooltip page
Hello all, I met a context issue in Tooltip page. Here is my data table let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WcjRU0lFyAhHOhkqxOkABI7iAEUTAGF0FWIsRkg...
- 3 years ago
kongyuancn Agree with Arkan_Hazm_ but, it can be done by adding a slicer table and this measure. PBIX is attached below signature.
selected_A1 = VAR __Category = MAX('Table'[A]) VAR __Values = DISTINCT('Slicer'[A]) RETURN IF(__Category IN __Values, CONCATENATEX(FILTER(ALL('Table'), [A] IN DISTINCT(Slicer[A])),[A], ","), BLANK() )
Arkan_Hazm_
3 years agoFrequent Visitor
I think you only see "A2 A2" because u hovering A2 column
Better to explain what you use this for?
Is this only for zooming the value ?
kongyuancn
3 years agoHelper II
Hi Arkan_Hazm_ I just want to show the results are different for measure in matrix and in tooltip