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
Below you will see my bread crumb trail of measures that make up my main measure *_Monthly At Risk Units in which I am trying to help with the duration of the load time. It currently takes 11 seconds and I am trying to understand how I can improve it.
The colors explained - Yellow is my main measure. Pink is the measure referenced in the yellow measure. Gray measures are the ones used in the pink, and olive green within the gray. Let me know if you have any ideas on a DAX formatting change or a different way I could do this.
*_Monthly At Risk Units = var RiskUntis = [*_Availability by Month]
Return
IF([*_Availability by Month]<0,[*_Availability by Month])
*_Availability by Month = ATP[*_Rolling Total ATP] - [*_Rolling Total At Once Master]
*_Rolling Total ATP =
CALCULATE([*_ATP (TA)],
FILTER(
ALL(
'Common Days TA'),
'Common Days TA'[YearMonth] <= MAX('Common Days TA'[YearMonth])))
*_Rolling Total At Once Master =
SUMX (
FILTER (
ALLSELECTED ( 'Common Days TA'[YearMonth] ),
'Common Days TA'[YearMonth] <= MAX ( 'Common Days TA'[YearMonth] )
),
[*_At Once Master (TA)]
)
*_ATP (TA) =
CALCULATE(
[*_ATP Units],
TREATAS(VALUES('Common Days TA'[DateKey]), 'Event Date'[DateKey])
)
*_At Once Master (TA) = CALCULATE([*_At Once Master],
TREATAS(VALUES('Common Days TA'[DateKey]), 'Event Date'[DateKey]))
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 |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |