This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
| Name | Status |
| Mike | Pass |
| John | Fail |
| Nick | Fail |
| Katy | Pass |
I need seperate calcualtion for each Name for their respective status so i can use these calcualtion in an visual.
so for example "Mike Calcualtion" is created & when i put this calculation on a Card, Card should only show "Pass" on it.
Please help how can i craete such calculation !
Solved! Go to Solution.
Hi @Anonymous
If you want a specific measure to get the result, you can use
Mike Calculation = CALCULATE ( SELECTEDVALUE ( 'Tablename'[Status] ), 'Tablename'[Name] = "Mike" )
If you have a slicer or a filter to select a Name, you can use only SELECTEDVALUE like
Mike Calculation = SELECTEDVALUE ( 'Tablename'[Status] )
Hope this helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @Anonymous
If you want a specific measure to get the result, you can use
Mike Calculation = CALCULATE ( SELECTEDVALUE ( 'Tablename'[Status] ), 'Tablename'[Name] = "Mike" )
If you have a slicer or a filter to select a Name, you can use only SELECTEDVALUE like
Mike Calculation = SELECTEDVALUE ( 'Tablename'[Status] )
Hope this helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
@Anonymous, With the help of visual level filter you can apply seperate user name condition:
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 24 | |
| 23 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 52 | |
| 49 | |
| 39 | |
| 20 | |
| 20 |