I am building a reporting solution using Powerview on Sharepoint Server 2013 with ssas multidimensional data source.
On the powerview reports I have encountered a strange problem. When I filter using a date attribute with multiple values only the non calculated facts (simple measures, not mdx) are being filtered, while for single date selection everything is filtered correctly.
The strange thing is that in the cube browser everything works fine for all facts and all dates selections.
Any idea would be highly appreciated.
Thanks!
Sample Calculations :
CREATE MEMBER CURRENTCUBE.Measures.NewRequestsCount
as
aggregate({[DM RMS Workflow Actions].[Standard Action FK].&[13],[DM RMS Workflow Actions].[Standard Action FK].&[1]},[Measures].[FC RMS Request Actions Count]),
ASSOCIATED_MEASURE_GROUP='FC RMS Request Actions',format_string="#,##0";
and
CREATE MEMBER CURRENTCUBE.Measures.ForwardsCount
as
aggregate(([DM RMS Workflow Actions].[SN].&[62],[DM RMS Is Fake].[Value].&[Real]),[Measures].[FC RMS Request Actions Count]),
ASSOCIATED_MEASURE_GROUP='FC RMS Request Actions',format_string="#,##0";
Finally I found a solution.
The problem was solved by installing Sql Server 2012 sp3
https://www.microsoft.com/en-us/download/details.aspx?id=49996.
Related
A half year ago I've already successfully trained multiple models using 'Audio + human labeled transcript' data in Microsoft speech portal. Now I wanted to train a new model but I only get the error message:
The base model isn't valid for this operation.
I tried to train the baseline model '20200115' and the older one '20190927'. Both failed with the error message above.
I already checked my audio data, which fits the requirements. The audio files are wav-files, 16-bit PCM, 1 channel.
I've also tried to create a new model using the old data which I had used to create the currently working model. This data is still available in speech portal so I had not to upload it again. For this I used the same baseline model '20190927' and got the error message too.
So Microsoft, is there anything you've changed? Is the website about data requirements still up to date? Or is this a bug?
What can i do to train a new model?
It's a known issue and a hotfix is currently being deployed. Because of the current situation the deployments takes longer than usual and will complete until the end of the week.
I'm stuck with web services in Azure ML :/
I am setting up a web service with Azure Machine Learning to estimate a car price based on 5 attributes out of 150 in my database. It works fine in the way that if I provide in the test endpoint 5 attributes out of the 150 it requires, it gives me a valid answer. As you can see below "Scored Label : 10185....".
My question is the following : how do you get the web service to only require 4 input ? The ones I want are in the output (gearingType,MakeTxt,mileage,modelTxt). Price, is off course what I try to guess.
Thanks for any help!
Regards,
Alexandre
Here is what my experience looks like, as you can see I used "Select Columns in Dataset" to select my 4 input + 1 output
Assuming that you're not doing any pre-processing on your price column, then you need to remove the price from your Import Data before joining with the Web Service Input, in your predictive experiment.
This is because ML Studio uses the structure from your training dataset to determine the structure of the Web Service Input (see MSDN for more info).
Here's a light sample of how it could look (note that this particular sample was doing some light pre-processing on the price column, which I had to remove in order for it to work).
I am looking for a feature in Apache JMeter. I need the equivalent feature that I use with MicroFocus LoadRunner called "User-Defined Data Point Graphs".
From LR User Guide
The User-Defined Data Point graphs display the values of user-defined data points. You define a
data point in your Vuser script by inserting an lr_user_data_point function at the appropriate place
In pratice I want to use "JSR223 PostProcessor" and via code add values to a time serie. This time serie will be plotted on time based graph. In LR with line of code
lr_user_data_point ("data_point_1",1);
The UI shows a new data serie on plot that can be used as additional report (generate plot, median, table, etc...).
Thanks
Vincenzo
No there is no such feature in JMeter.
You can request an enhancement but ensure you explain:
What is the aim of this feature ?
What benefits it brings
See:
https://jmeter.apache.org/issues.html
Edit on 3 august 2018:
In upcoming JMeter 5.0, it will be possible to graph over time custom variables. See https://bz.apache.org/bugzilla/show_bug.cgi?id=62166
at this point there are three possible solution:
Open a new feature request as suggested by #UBIKLOADPACK
Develop a JMeter plugins using TestBean framework as described into link
Export a time-series to Grafana (or similar) using BackEnd Listener
Regards
Im trying to pull sql script that builds Aged Debt Report on Sage200 Report Designer. This report is out of the box
I have a powerbi model which pulls data from Sage Datawarehouse, however I am struggled to replicate the above report into powerbi because I couldnt access sql behind this report. When open this report in Sage200 Report designer, I could see that the data source is of LinQProvider with the connection string
LinqDataProvider
Sage200Accounts
Data Model=Sage 200 Accounts;Root Path=\SERVERNAME\Sage\REPORTING;Report Types=\SERVERNAME\Sage\REPORTING\DEFAULT\REPORTS\Sage200Accounts.reporttypes;Default Report=\SERVERNAME\Sage\REPORTING\DEFAULT\DEFAULTS\Default.report;Timeout=1800
I couldnt locate where this data model lives or I have enough understanding of how this report connects to the data model.
Anyone with Sage200 experience I would be so grateful if you can advice please? Basically I have access to SQL server datawarehouse, but the above report has some "variables" that somehow were built and saved inside this Data Model.
Appreciate your help
The report designer is reading the datamodel from %userprofile%\appdata\local\sage\sage200\assembly in Sage.accounting.datamodel.dll
The model source is available on the server however in SLAgedTransaction.cs however it is protected by licence agreement so I can't post it.
In Sage 200 2011 it was possible to use the datamodel through LINQPad which may still work in the current version. With this in mind perhaps it would be a better idea to connect PowerBI to the datamodel rather than trying to extract SQL script? Also take a look at the good work Pan Intelligence are doing with regards to BI reporting
We are converting from AX2009 to AX2012 R2 (15 Jan 2013 edition). We are converting the old reports to the "deprecated" reports functionality in AX2012 R2 to save time in re-developing all our own reports. The process has been going fine but I am getting this error: "Menu Function object not initialized" on some reports. If I run those reports directly, they work fine. Other reports work fine with menu items.
Any ideas or suggestions on how to overcome this will be greatly appreciated. I can see no real difference between the structure, methods used, properties etc. between the reports that do work and the ones that doesn't.
Please keep in mind that none of these reports are SSRS. Where there are data structure changes I overcome these by writing methods in the reports.
Verify that the menu items points to a valid report.