March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
I'd like to create the following scenario:
These are the correct values, but I want to filter the list with records wich only meet the criteria of 'MomenteelLeeg'
I have tried it whith
CALCULATE(
COUNT(fct_Leeg[_Id]);
ALL(fct_Leeg[MomenteelLeeg])
)
But this returns the results below...(shows only last day)
Any suggestions?
Thanks!
Solved! Go to Solution.
@Anonymous ,
You can 'ALL' table instead of 'ALL' a column like pattern below:
Result = CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALL ( fct_Leeg ) )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
You can 'ALL' table instead of 'ALL' a column like pattern below:
Result = CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALL ( fct_Leeg ) )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
If [MomenteelLeeg] is in a slicer, you may modify your measure like pattern below and check if the issue persists:
Result = CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALLSELECTED ( fct_Leeg[MomenteelLeeg] ) )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Alas,
It still doesn't work..
@Anonymous ,
Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.
Regards,
Jimmy Tao
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |