Forum Discussion
Measure not interacting
- 8 years ago
Hey,
this sounds that the interactions are disabled. I creates a little table with you sample data, and if select "P3" from the column chart the table visual interacts as expected.
Here is the code for my measure that counts the X in column2
count X = CALCULATE( COUNTROWS('SimpleTable') ,'SimpleTable'[Column2] = "X" )Can you check the interaction settings:
- mark your column chart
- switch to the format menu and toggle the interaction mode
I would expect that the filter symbol is shown above your table visual as shown in the screenshot
Hope this helps
Regards
Tom
Hey,
can you please share how you defined your measure.
If you select something in your table the visual will interact, but you also have to use the same measure "Release Count" within your table visual, as you can see in my screenshot.
Using just the column stream is not sufficient.
Regards
Tom
Yep Yep! now it worked. But visually I dont really like it. That way the release count will appear twice, once in the chart, and once in the table. Not that appealing :(
Is there any other way? or maybe can I hide these column from the table ?
As for the formula I tried your and I tried the 'Count'
- TomMartens8 years agoSuper User
Hey,
here you find a little pbix file, look at the report page "Visual Interactions", I guess this is what you are looking for, but I have no idea what is different from your table model.
Regards
Tom
- v-chuncz-msft8 years agoCommunity Support
To have a better understanding of this behaviour, take a look at Show Categories With No Data.