Forum Discussion
Populate values in blank rows
- 5 years ago
Hi, Anonymous
According to your description, I can clearly understand your requirement, I think you can try my steps:
- Create a month column as the number type like this:
Month=Month([Date])- Create a calculated column like this:
Column = var _maxmonth= MAXX(FILTER(ALL('Table'),[Amount]<>BLANK()),[Month]) return SUMX(FILTER(ALL('Table'),[Month]=_maxmonth),[Amount])And you can get what you want.
You can download my test pbix file below
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jihwan_Kim ,
Thanks for quick reply.
I tried to implement the DAX you used but it's throwing few errors.
Please find the below screenshot for your reference.
Hi, Anonymous
Thank you for your feedback.
Please share your sample pbix file's link here, then I can try to look into it.
I cannot know how your columns' data type by only seeing the screenshot, for instance, so please share your sample pbix file's link.
Thanks.