Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
Is there any work around to use the values passed by the slicer visualization as a parameter in the Measure calculation..?
Like Slicer Year has 2 values 2014 and 2015
When I select 2015 I want to pass the 2015 as a parameter to a function like
PreviousYear() to get its previous year value dynamically.
Thanks in advance
Solved! Go to Solution.
@Anonymous you can create a measure and use HASONEVALUE and FIRSTNONBLANK in conjunction to achieve this. Check out this example I've provided.
@Anonymous you can create a measure and use HASONEVALUE and FIRSTNONBLANK in conjunction to achieve this. Check out this example I've provided.
Hi @ankitpatira,
That works fine i tried following expression in a measure
Title = IF(HASONEVALUE(Table[Year]),FIRSTNONBLANK(Table[Year],TRUE),0)
I am getting 2015 or 2014 depending upon my selection
but i want to use it like this
1. CALCULATE(Fact[Revenue],FILTER(Table,Table[Year] = [Title])) as 'Current Year Revenue'
2. CALCULATE(Fact[Revenue],FILTER(Table,Table[Year] = [Title]-1)) as 'Previous Year Revenue'
when i select 2015 in the slicer
1 is coming but there is no data for 2.
did i miss anything?
the chart will display both the measures in value section
Categories: Months
Values: Current Year Revenue
Previous Year Revenue
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |