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
Experts, please help to fix the DAX code on the below error. I need to keep this Calculated Column in Matrix visual to include in the Rows group.
Solved! Go to Solution.
@Anonymous , Customer total order is number type and NA is text
to either change to text like examples
[Customer total order] & ""
or
format([Customer total order], "###,###")
or use blank() in place of N/A
Wow, It's been fixed with your second one. that's great suggestions and quick fix from you. That's the reason tagged you 🙂
@Anonymous , Customer total order is number type and NA is text
to either change to text like examples
[Customer total order] & ""
or
format([Customer total order], "###,###")
or use blank() in place of N/A
Wow, It's been fixed with your second one. that's great suggestions and quick fix from you. That's the reason tagged you 🙂
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 |
|---|---|
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 12 | |
| 12 |