Forum Discussion
jcastr02
6 years agoPost Prodigy
remove visual when there is no data
I have a silcer that when I click on certain assessment titles, they don't have as many questions as the other, as example below, the OPE Overview only has 10 questions, how can I make 11-15 dissappear in the visual?
Hello jcastr02
Try this:
Measure 1 (Column):
Avg Points = AVERAGE('Performance by Question'[Points])Measure 2 (Line):Score Goal = IF(ISBLANK([AVg Points]), BLANK(),.8)Regards,
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
2 Replies
- vivran22Community Champion
Hello jcastr02
Try this:
Measure 1 (Column):
Avg Points = AVERAGE('Performance by Question'[Points])Measure 2 (Line):Score Goal = IF(ISBLANK([AVg Points]), BLANK(),.8)Regards,
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/