Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
#NBA #ParallelCoordinates #Charts #PowerBI
eyJrIjoiNWQzZjNlNGMtNTA0Yi00NWRhLThiYjgtY2VhZDU5NTZmNTk1IiwidCI6ImNlZjk5OTUzLWM0OTYtNGE4MS1iMDYxLTNlYmU1ODRjY2ZjYyIsImMiOjh9
Does anyone know how I could implement a feature which higlights the line of the selected team?
One way to fix this issue would be to create a new dim table for teams. Make sure that is disconnected from the fact table. Then change the slicer value to the new dim table created for teams. After that, you would need to create a new dax measure which will be used to highlight the selected team based on the IF condition. Now you can use that measure to conditionally format the visual.
Hi Mohit, thanks so much for replying! Do you know what the if statement might look like, as I'm struggling to get the measure to show 😕