Forum Discussion
nkpenta
3 years agoMicrosoft Employee
dynamic constant line for blank value
HI, Dynamic constant line is showing at 0 when the measure value is blank. how can we not show the constant line when the measure value is blank?
- 3 years ago
Added if condition on the measure as below to fix the issue. it works now.
if(measure<>blank(),measure,"Text")
Shaurya
3 years agoMemorable Member
Hi nkpenta,
I think this issue might provide the information that you need.
https://community.powerbi.com/t5/Issues/Analytics-Y-Axis-Constant-Line-bug/idi-p/2226049
Works for you? Mark this post as a solution if it does!
nkpenta
3 years agoMicrosoft Employee
thanks. following the link you shared. Issue is still under investigation.