@help
7 TopicsHow to pass a data parameter paginated report
Hi I have these 2 parameters as circled in red in the following snapshot: They come from using the Data Source called "RevenueReports_ProfitReport2": My question is how do I pass them to my other dataset "Rates" to the Date field? This is what I have done so far but when I execute my query I get no resuts.Solved1.1KViews0likes5CommentsDate parameters are not filtering report
Hi, I have a paginated report where I have From and To dates set as parameters which come from the Calendar table. Then I have my main report which contains a TradeDate field coming from my fact table. My datasource is a semantic model where I can see the date field from my Calendar table is connected to the TradeDate field in my fact table via a 1-to-many relationship. This is the dax I have in my paginated report: EVALUATE CALCULATETABLE( SUMMARIZECOLUMNS( 'TradesPlus'[TradeDate], 'TradesPlus'[ClientID], 'TradesPlus'[ClientName], 'TradesPlus'[BuyCCY], 'TradesPlus'[BuyAmount], 'TradesPlus'[SellCCY], 'TradesPlus'[SellAmount], 'TradesPlus'[GBPVolume], 'TradesPlus'[GBPRevenue] ), 'Calendar'[Date] >= DATEVALUE(@FromCalendarDate), 'Calendar'[Date] <= DATEVALUE(@ToCalendarDate) ) But when I run my paginated report, I still see records where the TradeDate field from my fact table does not adhre to the from and start date i chose. For example, From Date = 01/04/2025 and End Date = 01/08/2025 but am seeing records where TradeDate = 01/03/2025 which falls outside of the date range. Anyone have a clue what is going on here? Thank YouSolved1KViews1like2CommentsPower BI versions to publish
Hello everyone, Im new to Power BI and I need an advice based on my stuation please. I need a Power BI version that help me to publish the reports within an internal local network in my company (not connected to the web internet). Which version can satisfy my needs and do I need to download any other supporting tools for that? Thank you!Solved660Views0likes1CommentScheduled Refresh
Hi everyone! I have this issue: [0] -1055784934: DataSource.Error: ODBC: ERROR [08S01] SQLColAttributeW unable due to the connection lost. DataSourceKind = Odbc. DataSourcePath = dsn=AIS_Observatory. OdbcErrors = error "Microsoft.Mashup.Engine1.Runtime.ValueException: [Expression.Error] Value was not specified.#(cr)#(lf) at Microsoft.Mashup.Engine1.Language.ValueCreator.CreateValueForNotImplemented(INotImplementedExpression expression)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.ListValue.DemandArrayListValue.get_Item(Int32 index)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.BufferedListValue.BufferedValueReference.get_Value()#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.TableTypeValue.FromValue(ListValue columns, TypeValue defaultColumnType)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.TableTypeValue.FromValue(Value columns, TypeValue defaultColumnType)#(cr)#(lf) at Microsoft.Mashup.Engine1.Library.Table.TableModule.Table.FromRowsFunctionValue.TypedInvoke(ListValue rows, Value columns)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.NativeFunctionValue2`3.Invoke(Value arg0, Value arg1)#(cr)#(lf) at Microsoft.Mashup.Engine1.Language.ValueCreator.<>c__DisplayClass23_0.<CreateValueForRecord>b__0(Int32 index)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.RecordValue.DemandRecordValue.get_Item(Int32 index)#(cr)#(lf) at Microsoft.Data.Mashup.ProviderCommon.MashupResource.TryGetValue(Func`1 getValue, IValue& value, String& errorMessage)#(cr)#(lf)Record". . The exception was raised by the IDataReader interface. Please review the error message and provider documentation for further information and corrective action. The scheduled refresh was working fine and suddenly stop working. Please, I need some help!!!!!!!!!!508Views0likes1Comment- 651Views0likes1Comment