Forum Discussion
Adding text to a filter
- 3 years ago
mjklare maybe add a new column in the model to assign the value/description:
Class Description = SWITCH ( Table[Class Code], 10, "Dealer", 20, "Rental", 30, "Agent", "Other" )👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤️
mjklare maybe add a new column in the model to assign the value/description:
Class Description =
SWITCH (
Table[Class Code],
10, "Dealer",
20, "Rental",
30, "Agent",
"Other"
)
👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤️