query editor
3 TopicsDAX Query fails to prepare
Hi, I have a report that is based on a DAX query. The DAX Query works fine in DAX Studio and runs in ~1 second. This query has one parameter. In the query editor, I tried with the parameter: RSCustomDaxFilter(@CalendarFiscalYear,EqualToCondition,[Calendar].[Fiscal Year],String) or by replacing with a fixed filter: FILTER ( 'Calendar', 'Calendar'[Fiscal Year] = "FY 2020" ) When I execute this query (with or without the parameter), I have an error message : TITLE: Power BI Report Builder ------------------------------ Query preparation failed. ------------------------------ ADDITIONAL INFORMATION: Object reference not set to an instance of an object. (MDXQueryGenerator) ------------------------------ BUTTONS: OK ------------------------------ This report used to work and stopped working very recently. I have no idea what happened that broke it. Any ideas?Solved8.5KViews0likes5CommentsQuery Editor / Power Query in Paginated Reports?
Hi, Power BI Report Server is a great improvement but the current experience with PBI dashboards and Report Builder paginated reports needs better integration. One example is the Query Editor in dashboards which can be used to perform fantastic data transformation. After doing all the work with the magic of M Language and all, the prepared dataset cannot be used in paginated reports. So the question is whether there can be any way to expose the dataset used in the dashboard (PBIX) file to the paginated report? The alternatives I can think of are either to create a PowerPivot workbook (that requires setting up Online Office Server and linking it to PBI RS) or creating a SSAS instance, both are not very feasible solutions in my environment. If not, hopefully Microsoft can consider tighter integration of the two products which would make Report Server even powerful. Thanks.915Views0likes0Comments