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 September 15. Request your voucher.
Hey there;
I need to find a way for the matrix to show the count results without respecting the slicer
Example below;
Solved! Go to Solution.
Hi @Anonymous ,
You can create the following measure:
measure = IF ( ISINSCOPE ( 'Table'[Date] ), SUM ( 'Table'[Value] ), CALCULATE ( SUM ( 'Table '[Value] ), ALL ( 'Table'[Date] ) ) )
Where Date refers to the time field in the slicer, and Value refers to the Values field in the matrix.
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You can create the following measure:
measure = IF ( ISINSCOPE ( 'Table'[Date] ), SUM ( 'Table'[Value] ), CALCULATE ( SUM ( 'Table '[Value] ), ALL ( 'Table'[Date] ) ) )
Where Date refers to the time field in the slicer, and Value refers to the Values field in the matrix.
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It works perfectly. Thank you.
User | Count |
---|---|
65 | |
59 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |