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.
hi
i am trying to use MTD and QTD in kpi cards
MTD =
CALCULATE(
[Sales Actuals],
DATESMTD('Date'[Date]))
QTD =
CALCULATE(
[Sales Actuals],
DATESQTD('Date'[Date]))
how ever i found out that time inteligence functions dont work with Direct Query
so I tried these
QTD (custom) =
CALCULATE (
[Sales Actuals],
FILTER (
ALL ( 'Date’),
'Date'[Year] = MAX ('Date'[Year])
&&
'Date'[Quarter] = MAX ('Date'[Quarter])
&&
'Date'[Date] <= MAX ('Date'[Date])))
MTD (custom) =
CALCULATE(
[Sales Actuals],
FILTER(
ALL('Date'),
'Date'[Year] = MAX ('Date'[Year])
&&
'Date'[Month] = MAX ('Date'[Month])
&&
'Date'[Date] <= MAX ('Date'[Date])))
it all works if I put it in table and iterate over year nad month and quarter but as soon i put the MTD or QTD measure in KPI card i get blanks
can anyone help me to understand why i dont get any values in the KPI card visuals ??
thank you
Solved! Go to Solution.
@buchta See if the alternatives in this video help. Hard to know 100% without a formula for your measure for starters.
@buchta See if the alternatives in this video help. Hard to know 100% without a formula for your measure for starters.
@Greg_Deckler great technique can I use it also in if expressions somehow.. that i create my table and then use the columns in if expressions ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
102 | |
75 | |
44 | |
39 | |
32 |
User | Count |
---|---|
161 | |
87 | |
64 | |
46 | |
42 |