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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello:
I have the following tables, which are related to each other with a common ID number for both,
I need to show data from a table, filtered data for the year 2024 and 2025 for which I made the table with a filter on the page for 2024 and then a measure for the 2025 data:
To calculate the data for 2025 I made the following measurement: (Seeking to remove the filter from the page and applying a new filter)
But the result comes out blank.
If I apply a filter to the page for 2024 and 2025 if it shows me data but they are no longer the same for 2024:
What would be the correct way to calculate the measure for 2025?
As a second option I was thinking of creating a filtered table of the COST MONTHLY table and applying a data filter to it only for the year 2025, but since they are in two different tables I don't know how to do it.
Thanks for the help.
On a board I have fli
@Syndicate_Admin , Try like
assigned 2025 = CALCULATE([Assigned],FILTER(all('Calendar'),'Calendar'[Year]=2025))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!