Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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] & ""
)
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 47 | |
| 45 | |
| 33 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 118 | |
| 59 | |
| 58 | |
| 56 |