Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
Hi @Petan65 ,
Please have a try.
Míra =
CALCULATE (
SUM ( 'MORAVIAPRESS$G_L Entry'[Sales] ),
FILTER (
ALL ( 'MORAVIAPRESS$G_L Entry' ),
'MORAVIAPRESS$G_L Entry'[Date] <= selectedvalue( 'MORAVIAPRESS$G_L Entry'[Posting date] )
)
)
If I have misunderstood your meaning, please provide your pbix file without privacy information and your desired output with more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Petan65 ,
Please have a try.
Míra =
CALCULATE (
SUM ( 'MORAVIAPRESS$G_L Entry'[Sales] ),
FILTER (
ALL ( 'MORAVIAPRESS$G_L Entry' ),
'MORAVIAPRESS$G_L Entry'[Date] <= selectedvalue( 'MORAVIAPRESS$G_L Entry'[Posting date] )
)
)
If I have misunderstood your meaning, please provide your pbix file without privacy information and your desired output with more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Petan65 ,
Can you please help elaborate your query with some sample data and what is expected as a result out of this DAX?
This DAX expression itself doesn't clarify your query.
Thanks!
Avantika
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |