Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
hI,
I have this statement to resolve a comment value selected from a matrix, the problem or the help do I need is that if I filtered or select a record from the matrix it should be get the description from anothr tableas the code shown, I did code and run it bout only the message "multipel selection" has being shwoing, how can I select a record from the matrix and use that value like a key and resolve from another table?
AVERAGE = IF( ISFILTERED('New Line Balance Table'[NAME]), SELECTEDVALUE('Text Recommendations'[AVG_TEXT_RECOMMENDED], "Multiple Selections"), "No Selection")
You DAX Statement will return the value of 'Text Recommendations'[AVG_TEXT_RECOMMENDED] only when one 'New Line Balance Table'[NAME] is selected in the Slicer , when multiple Items are selected it will return "Multiple Selections" and when no selections are made in the slicer the statement would retuen "No Selections"
What do you mean by
how can I select a record from the matrix and use that value like a key and resolve from another table?
What is it exactly that you want to achieve? Can you clarify ??
Hi @Rigoleto,
Do you create a slicer with New Line Balance Table'[NAME]?
If you select the option in the slicer with New Line Balance Table'[NAME], based on the formula, your measure will always show ''Multiple Selections''.
I'm a little confused about your scenario, could you share some data sample which could reproduce your sceanrio and your desired output so that I can understand it better and get the solution?
Best Regards,
Cherry
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |