Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! 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.
User | Count |
---|---|
15 | |
10 | |
9 | |
9 | |
8 |