Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
)
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |