Forum Discussion
Tea_Programmer
3 years agoFrequent Visitor
Using date slicer with parameter to filter dataVerse table records
Hello, I have a entity (table) hosted on dataVerse that has a date column (date type) and more than 10k records. In Power BI desktop, I have to relate/ transform the current month's records with ...
prathamesh27
9 months agoFrequent Visitor
apply parameters inside Table.SelectRows rather than building your own Value.NativeQuery.
This preserves query folding and transformation capability.
Accept solution and help others also