Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I appreciate it, if you could tell me what is my mistake.
Inputs:
output:
my data model is :
i implemented it with matrix but it shows me wrong data for run time. instead of showing 2050 for month 9, it shows 2050 for all months.
Could you please help me to find out my mistake?
Thank you in advance.
Mahsa
t
Solved! Go to Solution.
Hi @Anonymous
The issue is wiht the inactive relationship between you date table and you capacity ledger, if you make this relationship active and use the month from that table on your calculation you get the correct resutls:
If you have any other issue that does not allow to have this relationship active create the following measure:
RUNTIME =CALCULATE (SUM(capaciy[Run Time]), USERELATIONSHIP(capaciy[posting date],Date[Date] ))
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous
The issue is wiht the inactive relationship between you date table and you capacity ledger, if you make this relationship active and use the month from that table on your calculation you get the correct resutls:
If you have any other issue that does not allow to have this relationship active create the following measure:
RUNTIME =CALCULATE (SUM(capaciy[Run Time]), USERELATIONSHIP(capaciy[posting date],Date[Date] ))
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |