Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
14 | |
12 | |
11 | |
10 | |
9 |