Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I've slicer period: data like Month-year
I've created a table
@amitchandak is correct. Calculated tables cannot be dynamically responsive to slicers since they are only computed once each time the data model is loaded or refreshed and not in response to user interactions via filters/slicers/cross-filtering.
There may be ways to accomplish the effect you're after but you'll need a different approach (I can't tell what you're asking well enough to suggest something specific though).
@Anonymous , A table can not take slicer value. Only a table in var of measure can take
You can think of dynamic segmentation if needed
example
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://www.youtube.com/watch?v=W4EF1f_k6iY
I don't think so..
| User | Count |
|---|---|
| 50 | |
| 36 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 58 | |
| 39 | |
| 21 | |
| 20 |