Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi I would like to ask for help. My calc doesn't work I tried using DATESMTD, TOTALMTD, DATESYTD, TOTALYTD but the values are not showing for current year. I do have Date table and the Estimate summaries table but when I put my calc in gauge graph then select the current year it's not working anymore. But if I use a table chart and put month on it the data will show.
I would like to use gauge graph and show the MTD or YTD based on the selected year in my filter.
Utilisation % =
DIVIDE([chargeable hours],[Client Hours],0)
MTD Utilisation% =
CALCULATE(
SUM(EstimateSummaries[Actual Hours]),
DATESMTD(Dates[Date])
)
YTD Utilisation % =
CALCULATE([Utilisation %], DATESYTD(Dates[Date]))
Solved! Go to Solution.
@kristel_tulio , Make sure financial year, Month in visual, and slicer are coming from Dates table.
MTD will not come as FY23 ending in Dec and you have not selected any month so the last month will be taken by datesmtd and the value for that month is blank.
but datesytd should come as long as you follow these 5-6 rules
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
@kristel_tulio , Make sure financial year, Month in visual, and slicer are coming from Dates table.
MTD will not come as FY23 ending in Dec and you have not selected any month so the last month will be taken by datesmtd and the value for that month is blank.
but datesytd should come as long as you follow these 5-6 rules
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |