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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, can you please help me with this to have another calculated column?
SO this is the data
| ID | Name | IMAGE | Price |
| 1 | A | BIKE | |
| 1 | A | GOAT | |
| 1 | A | BIKE | 7750 |
| 2 | B | TAXI | |
| 2 | B | TAXI | 150 |
| 3 | C | Notes | |
| 3 | C | Notes | |
| 3 | C | Cycle | 800 |
| 3 | C | Cycle |
And should add another calculated column to sow output or IMG column
| ID | Name | IMAGE | Price | IMG OUTPUT |
| 1 | A | BIKE | ||
| 1 | A | GOAT | ||
| 1 | A | BIKE | 7750 | BIKE |
| 2 | B | TAXI | ||
| 2 | B | TAXI | 150 | TAXI |
| 3 | C | Notes | ||
| 3 | C | Notes | ||
| 3 | C | Cycle | 800 | Cycle |
| 3 | C | Cycle |
Thanks!
Solved! Go to Solution.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |