The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |