The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
2 | |
1 | |
1 | |
1 |