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
In grand total, Am getting 0 or 1 based on the total offshore and onshore houres. But I need to sum up values from each row. Please help.
| Month | Onshore | Offshore | SUM | AVG |
| Jan | 123 | 123 | 1.0 | 1.0 |
| Feb | 321 | 198 | 1.6 | 1.6 |
| Mar | 445 | 124 | 3.6 | 3.6 |
| Apr | 567 | 122 | 4.6 | 4.6 |
| Total | 1456 | 567 | 2.5 | 2.7 |
Hi @Anonymous
Can you explain a bit more what you want to achieve? Which are the conditions?
Hi @mlsx4 ,
In grand total, Am getting 0 or 1 based on the total offshore and onshore houres. But I need to sum up values from each row. Please help.
Hi @Anonymous
How are you doing the table? Formulas are working right for me:
SUM_Col = SUMX(MyTable,DIVIDE(MyTable[Onshore],MyTable[Offshore],0))AVG_Col = AVERAGEX(MyTable,DIVIDE(MyTable[Onshore],MyTable[Offshore],0))
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.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |