March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I have probably done 100 google searches for this query but have had no luck with it. What I want to achieve is when a user selects a value in the slicer, for that value to display in a table but all other values be replaced by an alias.
See example below:
Any help would be greatly appreciated!
Kind regards,
Shawnee
@Shawnee Would probably need to understand your data model a little better. Is there a list of these aliases? You would need to write a measure for this like:
Measure =
VAR __Value = SELECTEDVALUE('Slicer'[Column])
RETURN
IF(MAX('Table'[Column])=__Value,__Value, <alias lookup goes here>)
Thank you for your response, unfortunately it didn't solve my issue.
In response to your question, I have a column with a list of aliases for the selected value and a column with the list of the slicer selections in the same table. I need to be able to select from the slicer and display the selection but replace all other values with the corresponding alias column value. Hope this makes sense.
Thanks again!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |