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.
Hi,
I am trying to do very simple two measures multiplication in calculate column and I am getting an error,Which I am not aware of it and not sure even how to explain it.Can anyone suggest me How to fix below error?
Please see below my data set,
Measures 1 | Measures 2 | Calculated column Multiplication |
1 | 0 | Measures 1*Measures 2 |
0 | 2 | Measures 1*Measures 2 |
3 | 3 | Measures 1*Measures 2 |
4 | 4 | Measures 1*Measures 2 |
When I have used CARD VISULIZATION I got an error.
Solved! Go to Solution.
@Anonymous,
It just displays the number in scientific notation. You may change decimal places under Modeling tab.
@Anonymous,
It just displays the number in scientific notation. You may change decimal places under Modeling tab.
Hi Chunchz,Thank you so much.