Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
#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 😕