Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the returned data by taking into account the DATATYPE of the variables #5

Open
gndbc opened this issue May 10, 2022 · 0 comments

Comments

@gndbc
Copy link

gndbc commented May 10, 2022

Currently, all the data seems to be returned as strings. To make use of the data, we have to convert one by one all the variables we want to use in Power BI.

The data that is returned by the connector should leverage the DATATYPE available in braincube and so:

  • the DATETIME variables should be converted to be used as dates in Power BI
  • the NUMERICAL variables should be converted to float in Power BI
  • the CATEGORY variables should remain strings.

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant