Forum Discussion
ExploreringPowe
2 years agoNew Member
Query parameters with Power BI Report builder
Hi All, I am new to Power BI report builder and getting an issue while using parameter in the query . Datasource - Connection to Redshift ParameterName cust1 Text Query select * from table1...
d_gosbell
Super User
2 years agoThat is a Redshift error not specific to paginated reports. Probably caused by trying to pass 20 digit number to filter a number(18,0). You cannot filter an 18 digit column with a 20 digit value.