Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
Hello,
I'm having an issue with a column formula in Power BI. I'm foused on the three columns on the right and the formula bar which represents the far right column 'MULTIPLE'. As you can see in the formula bar, 'Test Sum of Multiple' divided by 'Total Deal Purchase Amt' which should equal 1.39, 2.11, and 1.89 going from top to bottom in the column. So why am i recieving such different answers than what I should be in the 'MULTIPLE' column?
Hi @mikep7521,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
I would love to if there was a response that was a soltuion for my problem but that wasn;t the case in this forum. Thanks!
Hi @mikep7521,
Can you share the file? You can delete the irrelevant data and mask the sensitive data first.
Best Regards,
Dale
Hi @mikep7521,
It seems the last three are all columns rather than measures. If so, I would suggest you try this formula below as a MEASURE.
multiple =
SUM ( Deals[Test_Sum_of_Multiple__c] )
/ SUM ( Deals[Total_Deal_Purchase_Amt__c] )
Best Regards,
Dale
Have you tried wrapping the formula in a CALCULATE statement?
MULTIPLE = CALCULATE( DIVIDE( Deals[Test_Sum_of_Multiple__c] , Deals[Total_Deal_Purchase_Amt__c] ) )
when i try this option I'm not able to reference the necessary coumns. I can only select formulas or measures after the Divide(.
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 |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |