Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi.
I want to create a custom column wherein I have to differentiate between licensed and unlicensed companies.
Condition for licensed/unlicensed companies is such that ,
If length(license no.>3) then "LIcensed" else "Unlicensed".
If someone knows how to solve this, then do let me know.
Regards,
Sanket Bhagwat
Solved! Go to Solution.
@SanketBhagwat
You column will be
License Status = If( LEN(Table[license no.]) > 3 , "LIcensed" , "Unlicensed")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@SanketBhagwat
You column will be
License Status = If( LEN(Table[license no.]) > 3 , "LIcensed" , "Unlicensed")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
85 | |
75 | |
56 | |
50 | |
45 |