The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi @Anonymous ,
You can't use a measure in a slicer, only a column can. What you can do is to reference that measure in another measure to filter a calculation. For example:
New Measure =
CALCULATE (
[measure or aggregation],
FILTER ( mytable, mytable[column] = [my filter measure] )
)
If you want to get a better answer, please refer to this sticky post:
Proud to be a Super User!
HI @Anonymous
You cannot plug measures into slicers...only columns.
I'd suggest building the logic for a given selection of dates, calculate the measure for the intended dates. You will need a date table and it marked appropriately. But after that, there are Time Intelligence functions that will make this really easy.
Hope this helps!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
78 | |
66 | |
52 | |
51 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |