Forum Discussion
dPramanik
2 years agoNew Member
Dynamically Filter Table using DAX and SELECTEDVALUE() Function
I need to create a dynamic table that filters certain records from the original transactional table based on a pre-defined date selection. The transactional table (vwProcurementDashboard) is structu...
Anonymous
2 years agoNot applicable
Hi dPramanik ,
Unfortunately Power BI Desktop does not support the creation of dynamic tables at this time.
If you would like to suggest feature improvements, you may vote the idea and comment here to improve this feature. It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
You can present data as table visual objects. Use visual object filtering instead of creating a filter table.
Flag = IF(MAX('vwProcuementDashboard'[import_date]) >= [dynFromDate],1,0)
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.