This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have the next column:
tblDesviacionMovil[NDecimal]
This column tells me that the parameter must show its value with N Decimal
for example:
Parameter NDecimal
Parameter1 1
Parameter2 0
Parameter3 2
and I have another measure column
Real = SWITCH(MAX(tblDesviacionMovil[TipoCalculo]),
3, sumx(tblDesviacionMovil, (tblDesviacionMovil[RealOrigen] * tblDesviacionMovil[ProductoCartesiano2]) / sum(tblDesviacionMovil[ProductoCartesiano2])),
1, SUM(tblDesviacionMovil[RealOrigen]),
2, AVERAGE(tblDesviacionMovil[RealOrigen]) )
Now, I want to display this measue column (Real) in Table visual with the following form.
Parameter Real
Parameter1 120.1
Parameter2 321
Parameter3 235.85
I need to do this
Thanks for you help.
Solved! Go to Solution.
I use a formula and then the FORMAT function.
Thanks for everything.
Hmm, I'm not aware of a way to do that. You set the number of decimal places to show for a measure once per measure. Perhaps you could take the output of your formua and convert it to a string and then parse it to only the number of decimal places that you want?
I use a formula and then the FORMAT function.
Thanks for everything.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 28 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |