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
cpdanielmc21
Helper I
Helper I

Problem with QTD, not showing

Hi

I am having trouble with showing QTD. I created a time-intelligence measure, but only works if the visualization has a date column, but the total appears blank and if I add a Card, it also shows blank, don't know what I'm doing wrong, please help.

Capture.JPG

I have a table data and a separate calendar table with all days from Jan 1st 2020 till Dec 31st 2022, this is my data:

Capture2.JPG

My measure is:

TotQTD = TOTALQTD([TotalSales],'Calendar'[Date])

where TotalSales is just the sum of amunt in my data table

4 REPLIES 4
v-easonf-msft
Community Support
Community Support

Hi , @cpdanielmc21

If you must display the total value with the field "date" in Table  "calendar", It is recommended to modify the date table as follows:

 

 

Calendar = CALENDAR(DATE(2020,01,01),CALCULATE(MAX('Table'[Date])))

 

 

sample pbix attached

 

68.png

In additon ,you also can  insert a  record on "Dec 31st 2022" at the end of your data table.

Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @v-easonf-msft thanks,

In fact, I don't want the Date info on the table nor the card, the issue is that if I take out the date from the table, then Quarter to date numbers don't appear.

 

Furthermore, the card keeps showing "blank"

AntrikshSharma
Community Champion
Community Champion

This is becuase there are no active filters over your card visual. Refer to the below image, the filter pane is applyting filters on the Card.
ant.PNG

nvprasad
Solution Sage
Solution Sage

Hi,

 

I assume you have created relationship between the sales & calendar table.

 

Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂

 

Regards,

N V Durga Prasad

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.