Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team,
I have a Table with 2 Columns Period and Value as shown in the below image.
I need to create 2 Power BI measures for Comparison and 2 Slicers from Period Column Base and Actual.
If I select CM in Actual and PY in Base, the comparison should be done between 112 and 116, the calculations should change based on the values that I select in Base and Actual Slicers.
Thanks in Advance.
Kuber Kumar
Hi @Anonymous ,
I not see the PY in the table ,could you share your expected output?
Best Regards
Lucien
@Anonymous , Create two table using distinct values of period. Keep them independent and use there values as filter
P1 = calculate(Sum(Table[Value]), Filter(Table, Table[Period] in allselected(period1[period]) ))
P2 = calculate(Sum(Table[Value]), Filter(Table, Table[Period] in allselected(period2[period]) ))
How to use two Date/Period slicers :https://www.youtube.com/watch?v=WSeZr_-MiTg
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |