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 August 31st. Request your voucher.
Error bars are not behaving as expected.
In line graph I'm able to show my dynamics targets using the new feature error bars.
But I would like to keep error bars hidden until user has filtered only one line to the graph.
I'm using Error bars with following measure:
Error bar measure =
IF( HASONEVALUE ( Dim[column]), [target measure), BLANK())
This measure works as expected with other analysis lines (eg. Y-Axis Constant line or Min line), but Error bars are showing up without any regard to HASONEVALUE function in measure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.