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.
I got error message with this fomular :
Solved! Go to Solution.
Hi @haidong ,
I think there may be spaces in the item_n column.
You can try the DAX below:
Column =
IF (
SEARCH ( "no", 'GI_Yield Feb20'[Item_N], 1, 0 ) > 0,
'GI_Yield Feb20'[Qty in unit of entry] / 2,
'GI_Yield Feb20'[Qty in unit of entry]
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @haidong ,
I think there may be spaces in the item_n column.
You can try the DAX below:
Column =
IF (
SEARCH ( "no", 'GI_Yield Feb20'[Item_N], 1, 0 ) > 0,
'GI_Yield Feb20'[Qty in unit of entry] / 2,
'GI_Yield Feb20'[Qty in unit of entry]
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
i m trying to extract first X digits out of my ID column of data as
Hi @haidong
First of all heck it in Power Query Editor mode (if available)
or you can debug issue with ISTEXT() function
The statement
Column = ISTEXT('GI_Yield Feb20'[Item_N])
should return you true if the field is exactly Text
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 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
26 | |
25 |