Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
Matrix table is coming up with VERY large incorrect values. I've search the web and tried all kinds of suggestions to no avail. The problem is coming up with a Dax for a novice summarizing on 2 separate tables. Below is my arch enemy....
Good Luck!
Hi @CLAK-2023 ,
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try
FC 2024 FR Abs =
VAR _SummaryTable =
SUMMARIZE ( 'Rates', 'Location'[Location], 'Rates'[Rate Type] )
VAR Result =
SUMX (
_SummaryTable,
[2024 Abs Qty] * CALCULATE ( SUM ( 'ABS 2024 FR Rate'[USD Price *1] ) )
)
RETURN
Result
You should be able to do the same SUMX over SUMMARIZE for the other measure too.
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 |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |