How to calculate YTD data untill the latest full month. The data is on month base and not on date base
@Humberto1959
You try the
TOTALYTD(SUM('table'[value]), 'dates'[Date])
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thnx Fowmy for the quick anwser. For the Month I use a simple table and the problem is that this is not a date table but a text table.
Hi, @Humberto1959 ;
If this is not a text type, you can try to use CONVERT() to convert the text type to a date type.such as:
Column = CONVERT([Column1],DATETIME )
If it doesn’t solve your problem, can you share pbix or screenshots whitout any sesentive information, and the results you want to output?
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
375 | |
103 | |
68 | |
57 | |
51 |
User | Count |
---|---|
337 | |
120 | |
88 | |
71 | |
62 |