Forum Discussion
How to create a table dynamically in PowerBI with filters based on slicer selection by the user.
I have a month slicer in my report where user can select the month.
Based on the user selection,I need to create a table TBL_ONE_ONEMONTH from TBL_FullMonthData which contains only 1 month data based on user selected month~
Please Help..
Hi Anonymous ,
The measure is dynamic but the calculated tables are computed during the database processing and then stored in the model. So In your scenario, we cannot make the calculated table dynamically based on slicer selection.
Best regards,
Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more
3 Replies
- JosefPrakljacic
Solution Sage
Hi Anonymous,
I'm sorry but I don't understand you.
When you are using a table visual and you have a monthslicer and you use this month slicer - the table visual is will get filtered.
You just need to make sure that the table from which the monthslicer originates has a relationship with your "to be filtered" table.
What am I missunderstanding? What do you want to achieve in the end?
BR,
Josef
- AnonymousNot applicableAm referring to a calculated table not the visual.
- v-lid-msft
Community Support
Hi Anonymous ,
The measure is dynamic but the calculated tables are computed during the database processing and then stored in the model. So In your scenario, we cannot make the calculated table dynamically based on slicer selection.
Best regards,
Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more