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.
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 |
---|---|
87 | |
84 | |
36 | |
35 | |
30 |
User | Count |
---|---|
95 | |
74 | |
67 | |
52 | |
51 |