Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |