Hello,
I am having trouble with the MDS Excel add-in. I am using 64-bit Excel. I am trying to query an MDS table of exception logs. My query results in ~6000 rows (I ran the query in IE first to check), and in the MDS add-in, I am selecting 20 out of 30 columns, and writing a query like this: !category.Contains("EDP") and !Role.Contains("Orchestrator") and !Role.Contains("Experience"). I am only querying for 2 days at the moment, although I want 4 months of data eventually.
Every time I try to refine and run the query I get this error: "We couldn't get data from the Data Model. Here's the error message we got: The remote server returned an error: (400) Bad Request."
I was using this add-in recently and sometimes got this error for other queries, although I found that if I just narrowed my query so I would get less data as a result, it worked. So I figured too much data = 400 error. However, this is much less data than I have been getting in the past and it still isn't working.
Any suggestions on what I'm doing wrong? Thanks.
-Danielle