Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello dear community,
I am using the following Formula to join with "and" two values of a column, if both of them are selected
Solved! Go to Solution.
Hi @Luzadriana255
Please try
Selected order =
CONCATENATEX (
FILTER (
VALUES ( 'Type'[Order] ),
'Type'[Order] <> BLANK ()
&& 'Type'[Order] <> ""
),
'Type'[Order],
" and ",
'Type'[Order], ASC
)
Hi @Luzadriana255
Please try
Selected order =
CONCATENATEX (
FILTER (
VALUES ( 'Type'[Order] ),
'Type'[Order] <> BLANK ()
&& 'Type'[Order] <> ""
),
'Type'[Order],
" and ",
'Type'[Order], ASC
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |