Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I downloaded Power BI angular client sample (https://github.com/Azure-Samples/powerbi-angular-client) and try to implement an advanced filter in the hosting application to filter my report by date time.
It didn't work. The server returns this error: Object {message: "Invalid filter definition"}
Below is the code segment for advanced filter:
static predefinedFilter2 = new pbi.models.AdvancedFilter({ table: "f_msANA_byRelease_transformed", column: "aaValuePeriodStartTime" }, "And", { operator: "GreaterThan", value: "2016-06-01" } );
I tried to change the date time to different format but hit the same error.
Any suggestion is appreciated.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |