Forum Discussion
nkpenta
Microsoft Employee
3 years agodynamic 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
Memorable Member
3 years agoHi 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
Microsoft Employee
3 years agothanks. following the link you shared. Issue is still under investigation.