Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I am looking to find out if
language = either "German, french, Spanish, English"
AND
Group membership = "External"
"Language" is a column pulled out of the source
External is a group from a column "requestor" - ( anyone outside of the company)
I.E
if language = German and Group is External then = "German source
if language = French and Group is External then = "French source
etc
any help must appreciated... driving me made - is it even possible ?
tried a few different solutions not got any past stage 2 ...
Solved! Go to Solution.
@Manimalinc , Based on what I got
Switch(True(),
[language] = "German" && [Group] = "External", "German source",
[language] = "French" && [Group] = "External", "French source",
)
Perfect !!! thanks a lot !!
@Manimalinc , Based on what I got
Switch(True(),
[language] = "German" && [Group] = "External", "German source",
[language] = "French" && [Group] = "External", "French source",
)
User | Count |
---|---|
120 | |
65 | |
62 | |
56 | |
50 |
User | Count |
---|---|
177 | |
85 | |
70 | |
63 | |
55 |