Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
buchta
Frequent Visitor

MTD and QTD results in blank query in KPI card - DQ

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 

buchta_0-1682960128083.png

 


can anyone help me to understand why i dont get any values in the KPI card visuals ??

 

thank you 

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@buchta See if the alternatives in this video help. Hard to know 100% without a formula for your measure for starters. 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
Greg_Deckler
Super User
Super User

@buchta See if the alternatives in this video help. Hard to know 100% without a formula for your measure for starters. 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@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 ?

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.