Forum Discussion
Filter within if statement
- 3 years ago
If I understand correctly, you will have to modify the measure you are using in the graph to show the data rather than adding a "ShowHide" measure. The use case is different from the one in the card visual, since here we are talking about modifying the result instead of showing it or not.
Can you show the code for the main measure in the chart? Plus the structure of the relevant tables involved in that measure.
Please accept the solution when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
If I understand correctly, you will have to modify the measure you are using in the graph to show the data rather than adding a "ShowHide" measure. The use case is different from the one in the card visual, since here we are talking about modifying the result instead of showing it or not.
Can you show the code for the main measure in the chart? Plus the structure of the relevant tables involved in that measure.
|
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
- oaz183 years agoNew Member
Thank you for all your help! I modified the measure I'm using in the graph by adding a filter to it and that did the trick. Thanks again!