The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
Please i need your help ,
I want to create a new column with this statement :
can you help me please ?
Solved! Go to Solution.
@Anonymous , I think data type issue
trye like
NewVintage =
Var test= CONCATENATE("<",VALUE(YEAR(TODAY()) - 4)) // <2019
return IF( Investee[LegalVintage] < YEAR(TODAY())- 4
, test
, Investee[LegalVintage] & ""
)
@Anonymous , I think data type issue
trye like
NewVintage =
Var test= CONCATENATE("<",VALUE(YEAR(TODAY()) - 4)) // <2019
return IF( Investee[LegalVintage] < YEAR(TODAY())- 4
, test
, Investee[LegalVintage] & ""
)
User | Count |
---|---|
69 | |
68 | |
66 | |
55 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |