I have the follwing table from an SSAS tabular model. I am using live connection :
Employee EmployeeTarget
X 4598
Y 7655
Z 7008
I am using it in a table visual, I want when I select a row for example the first row for the employee X,
I want to display in a card visual the name of the employee X.
How can I achive this ?
Solved! Go to Solution.
MySelection = IF (( ISFILTERED(yourTable[Employee_Name])), SELECTEDVALUE(yourTable[Employee_Name]))
@AmiraBedh what @amirabedhiafi suggested or just :
Selected Employee =
SELECTEDVALUE ( Table[Employee Name], "No or more than one employee selected" )
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
MySelection = IF (( ISFILTERED(yourTable[Employee_Name])), SELECTEDVALUE(yourTable[Employee_Name]))
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
238 | |
56 | |
48 | |
44 | |
43 |
User | Count |
---|---|
280 | |
211 | |
82 | |
76 | |
74 |