The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
Can anyone point me in the direction of how to filter a DAX calculate command based on the value of the the filter control - is that even possible? I am trying to filter a table based on date.
Regards,
oldmanraskers
Solved! Go to Solution.
Hey,
I have to admit that I'm do not understand what you are requesting
If you want to pass the filterselection into your measure calculation try ALLSELECTED
https://msdn.microsoft.com/en-us/library/gg492186.aspx
If you are looking for something completely different try the search by looking for: dynamic measure
Sorry
As @TomMartens said, you just need to use ALLSELECTED() function on corresponding date column in CALCULATE() function.
Measure=CALCULATE(<expression>, ALLSELECTED(Table[Date]))
Regards,
Simon Hou
Hey,
I have to admit that I'm do not understand what you are requesting
If you want to pass the filterselection into your measure calculation try ALLSELECTED
https://msdn.microsoft.com/en-us/library/gg492186.aspx
If you are looking for something completely different try the search by looking for: dynamic measure
Sorry
Hello Tom,
I want the calculate function to filter based on the control below
Thanks.
As @TomMartens said, you just need to use ALLSELECTED() function on corresponding date column in CALCULATE() function.
Measure=CALCULATE(<expression>, ALLSELECTED(Table[Date]))
Regards,
Simon Hou
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
30 |
User | Count |
---|---|
96 | |
74 | |
67 | |
52 | |
51 |