We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |