The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
15 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
13 | |
13 | |
8 | |
8 |