Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I've used this method many times before to not display data if no filters are selected, but for some reason it doesn't seem to be working with a matrix I have createad.
I have a filter control called:
The idea here is that, if no filters are selected in entries or calculatedtable for syll_comp, then it shouldn't show any data. The reason for this is that it would calculate a combination of an impossible amount of values if it tried to display every match and it always displays an error.
The issue I'm having is that this is not working. Even with though I can check that Filter Control 2 is working, even when returning 0 it keeps trying to calculate all matches in the Matrix, which causes an eternal spinning wheel.
Any help or explanation as to why this is happening would be helpful. Like I said, I've done this before with many other visual types and it has always worked, but apparently not with a Matrix.
Hi @RyanHare92,
If you do not want to calculate on these not match records, I'd like to suggest you write a measure formula to replace the raw value field on matrix with if statement and these filter conditions. They should check on the filter status and skip the calculation on not matched ranges.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
14 | |
6 | |
2 | |
2 | |
2 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |