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 need your help to calculate the total of a deviation.
I have three tables, the main one is the sales table, another one is the product table and another one is the customer table.
In the sales table, I have everything related to the income with the quantities sold, with several filters we have the quantities sold vs the budgeted for certain customers and certain products.
I am trying to get a deviation in the sales price vs what was sold, and I just want a function to help me find the price deviations, where I have sales with the budget (marked in green), however, the functions give me the total.
I have applied the DAX with
sumx ( filter('Product', [Sales] >0 && [Budget]>0 ),calculate([Quantity] * [Dev] ) )
But it doesn't work, it makes me the groupings by customer of his budget and his real sales, when I need the filter by customer and product.
Hi @Maleninx ,
I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting and desensitized example data.
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_Binbin Yu
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 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |