Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi everyone, I have a problem and I doný know I can solve it.
I have a table like this:
I need to build a visual table that when I select the month on slicer the table shows the type and the max value until this month and the date like this:
Can anyone help me? Thanks.
Solved! Go to Solution.
@Anonymous
I used the following table as the example. Check the pbix if needed.
You can create the following measure, the calender table must disconnect with the this table.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
you need to create a date table, in the date table you will have fields like date, month, year. you connect your table to the date table on date and then you can aggregate your data at the month level
its easy to create a date table see this page for pulling something together thats appropriate for you
https://www.sqlbi.com/articles/creating-a-simpler-and-chart-friendly-date-table-in-power-bi/
if you share some sample data in texxt form I can create a pbix example for you.
Proud to be a Super User!
I have a calendar table.
@Anonymous
I used the following table as the example. Check the pbix if needed.
You can create the following measure, the calender table must disconnect with the this table.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.