The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I am using the below line graph by giving the decimal values. I need my blue line to get disappear for the months November to February since the value is 0.0 only. How to do that ?
Solved! Go to Solution.
@Anonymous , Do that in you measure
new measure = if([measure] =0 ,blank(), [measure])
or you can put visual level filter