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! Learn more
Hi everyone,
In a bit of a pickle here.
i have been trying to create a subset of my main table using selectedvalues() from a slicer.
mth | ID | Savings
31/01/2023 | A123 | 50,000
28/02/2023 | A123 | 60,000
31/01/2023 | B456 | 35,000
28/02/2023 | B456 | 30,000
31/01/2023 | C789 |15,000
measure
start_mth = format(SELECTEDVALUE(onboarding_base[mth]),"DDMMYYYY")
i tried the simple way of
This doesnt work.
I also tried to break it down the measure further as follows but it failed too.
Measure
table
hi @faridzridzwan ,
it doesn't work, because a calculated table (or column) is not supposed to respond to any behavior of report visuals, like slicer selection.
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 10 | |
| 10 | |
| 8 |