Forum Discussion
Anonymous
8 years agoNot applicable
What's the recommended way to develop push datasets?
I'm talking about the "rich" kind with multiple tables, measures, relationships. I ask because that's what I'm working on, and it's slow-going. I started by noticing that the JSON for these l...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Anonymous,
What's your data source? I would suggest you code some scripts to get data and to format as JSON. I think almost all the work can run automatically.
Best Regards,
Dale
Anonymous
8 years agoNot applicable
Hi Dale - thanks for the reply.
My data source is SQL Server.
Can you expand on your "code some scripts" suggestion?
Right now I'm basically following this example, because I couldn't find any others that do the same thing:
If you look though the solution files there, you'll see that this structure requires that I come up with the JSON (that looks like an ssas tabular bim file).
I'm more than open to another development approach that results in this!