Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I am calculating YTD value but it does not show up.
Please if anyone can help
Here is the link to the sample file Test YTD.pbix
My actualy file have multiple country, it works for some countries, and some don't
Thanks.
Solved! Go to Solution.
Hello @ktt777,
In the file it is observed that you have created relationship between Calendar Table Date and Table 2 Account columns. So change that relation to Table 2 Period then you can see the output.
For measure you can create simply like:
CALCULATE(SUM('Table (2)'[ USD ]),DATESYTD('Calendar'[Date]))
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Hello @ktt777,
In the file it is observed that you have created relationship between Calendar Table Date and Table 2 Account columns. So change that relation to Table 2 Period then you can see the output.
For measure you can create simply like:
CALCULATE(SUM('Table (2)'[ USD ]),DATESYTD('Calendar'[Date]))
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
pls try this
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
51 | |
50 | |
48 |