The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have 2 fact tables: Timesheet (FINALProjectResourceUtilization_NoHistoricalInvoice) & Invoice (InvoiceRow-NoHistoricalInvoice'[LocalRawRevenueAmount]) connecting to multiple dimension tables.
What I need is to join both fact tables to derive the hours variance & amount variance.
Invoice table - Hours Invoiced, Hourly Rate, Amount Invoiced
Timesheet table - Hours Produced
Hours Variance = Hours Invoiced - Hours Produced
Amount Produced = (Hours Variance) * Hourly Rate (different rate for different period of time)
For my Amount Produced measured, why is the sumx not showing at the total row? This is the formula I use:
Your help is greatly appreciated.
Hi @Anonymous ,
According to your description, you should also use CALCULATE function to return the total value, like this:
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide a sample dataset with the involved tables of your datamodel.
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
11 | |
10 | |
9 |