Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi All,
I have a field name = BRAND_SAP :-
I also have a field name = BRAND_5 :-
i Create a expression to combine above 2 field into 1 field :-
Solved! Go to Solution.
@admin11 Ok, try this:
BRAND_SAP_C =
IF(
'SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5] = " ",
"No Brand",
'SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5]
)
@admin11 , try this:
BRAND_SAP_C =
IF(
ISBLANK('SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5]),
"No Brand",
'SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5]
)
@Anonymous
Thank you for your fast reply. But your expression still not display "No Brand"
@admin11 Ok, try this:
BRAND_SAP_C =
IF(
'SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5] = " ",
"No Brand",
'SALES'[BRAND_SAP] & " " & 'SALES'[BRAND_5]
)
@Anonymous
Thank you very much for your help.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
67 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
27 | |
27 |