Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.