Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Ahoj,
Potrebujem pomoc, ak sa v takom prípade dá vytvoriť opatrenie,
ďakujem
Gabriela
Solved! Go to Solution.
Hello, @gabreila
According to your description, I suppose you want to make the measurement show "1" when the name is selected by the cutter, you can follow my steps:
Measure =
SWITCH(
SELECTEDVALUE('Slicer'[Name]),
MAX('Table'[Name]),1,0)
And you can get anything you want.
You can download my test pbix file here
If this result is not what you want, you can publish some sample data (without sensitive data) and the expected result.
How to get answers to your question quickly
Best regards
Qin Community Support _Robert Team
If this post helps,then consider Accepting it as the solution to help other members find it faster.
Hi, @gabreila
If this reply does help you to solve the problem, would you like to accept it as a solution?
Thanks in advance!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
thank you very much,
that's exactly what I wanted.
Gabriela
Hi, @gabreila
If this reply does help you to solve the problem, would you like to accept it as a solution?
Thanks in advance!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, @gabreila
According to your description, I suppose you want to make the measurement show "1" when the name is selected by the cutter, you can follow my steps:
Measure =
SWITCH(
SELECTEDVALUE('Slicer'[Name]),
MAX('Table'[Name]),1,0)
And you can get anything you want.
You can download my test pbix file here
If this result is not what you want, you can publish some sample data (without sensitive data) and the expected result.
How to get answers to your question quickly
Best regards
Qin Community Support _Robert Team
If this post helps,then consider Accepting it as the solution to help other members find it faster.
@gabreila ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 44 | |
| 42 | |
| 37 | |
| 37 |