Forum Discussion
SerDontos
6 years agoFrequent Visitor
Grouping specific values in a column
Hello. I have a table with a column named [Accounts], this column contains accounts such as "F400; F401; F402; F403; etc..." Each account contains transaction names & amounts. Since these are my com...
Anonymous
6 years agoNot applicable
you can create one column as below.
New column=If(table[account] in {'F402','F403',.......}, "Sales Group","Expense Group")
If you want one more group then you can use switch () function or you can add next condition in else part of above if.
Use this column in slicer to selected specific group.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.