Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am trying to multiply two measures.
26.00 and 16.31 and I keep getting just 424.00, when it should be 424.06.
I already tried switching Data types on all measures but it won't change the result.
TIA
Solved! Go to Solution.
@rogerthat Can't replicate it. You might try something like this to make sure you are getting all of your significant digits for your other two measures in the context of the last measure.
'table1'[mesasure] & "," & 'table1'[measure2)
@rogerthat Can you share your formulas?
'table1'[mesasure] * 'table1'[measure2)
@rogerthat Can't replicate it. You might try something like this to make sure you are getting all of your significant digits for your other two measures in the context of the last measure.
'table1'[mesasure] & "," & 'table1'[measure2)
Getting the following, I'm not sure I have the decimal places to two @Greg_Deckler
@rogerthat Confused because those don't seem to match your numbers from before, those would equal 391.9999999992 or essentially 392.
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 |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 72 | |
| 70 | |
| 34 | |
| 33 | |
| 31 |