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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have this is powerbi , the column is mentioned material, I only need the first 6 digit of that, not the last 4. How should I do it without powerquery
How should I code this in DAX using measures/ columns
Thanks in advance
Solved! Go to Solution.
Hello @realme1 ,
use the following formula
Column = LEFT('YourTableName'[Material],6)
Proud to be a Super User! | |
Hello @realme1 ,
use the following formula
Column = LEFT('YourTableName'[Material],6)
Proud to be a Super User! | |
User | Count |
---|---|
98 | |
75 | |
69 | |
50 | |
27 |