Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

On Mouse Hover Display another table column value

Hello All,   I had created power Bi report based on SharePoint list using some DAX , But my client had extended requirment as he wants to show the value of another table column value to on mouseho...
  • pradeept's avatar
    pradeept
    5 years ago

    Anonymous you can achieve this in 2 steps.

    First unpivot the table suggested by amitchandak 
    Next, use the tooltip suggested by Anonymous 
    Create a  new key column(%Key) with combination of Student ID and Subject.
    I am not able to attach the pbix file. so attatching the screenshots.