The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, i have this dax <<
>>
and what i want is to replace the date(2022,4,28)+(5/24), with a selectable value from the interface, so when i select another date, i will get the right result, i did try with selectedvalue, but the i replace tha date with variable it returns 0 values. if you could give me an ideea . thank you
You can only have dynamically calculated tables within measures. If you load a table as part of the model, it cannot be responsive to slicers.
The workaround is to recreate whatever logic this table is being used for within measures. But since I don't know what your ultimate goal is with this table it's hard to advise what measures to write.
@cristianj , You can not use slicer value in a calculated table.
You can use it table created as var in measure
and any other way to filter by a value which i select? because, in that dax i need to filter by date, i have an table with all the day of the last 2 years, but i need to use it dinamically, i don;t know another way.
thank you
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |