- 697 Views
- 1 replies
- 0 kudos
On the Databricks documentation they take the TPCH classical tables to create some example https://docs.databricks.com/aws/en/metric-views/create/It's pretty easy to create a metric view using orders and do a measure like SUM(totalprice). Now let's s...
- 697 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @alxsbn ,
The Metric View joins are designed for "Many-to-One" relationships.
Because orders and lineitem have a One-to-Many relationship (one order has multiple line items), you cannot join lineitem onto an orders-based Metric View and aggregate...
by
senkii
• Databricks Partner
- 1406 Views
- 2 replies
- 2 kudos
I want to upload excel file to make a table by using UI in databricks.since databricks doesn't accept excel files. So I tried to change the datatype of all the data in excel to string first.Then transform it to csv uft-8, and click the [create ]butt...
- 1406 Views
- 2 replies
- 2 kudos
Latest Reply
If your workspace has Genie spaces enabled, you can upload Excel (.xlsx) directly to Genie and analyze it there; it’s designed for quick validation and NLQ over uploaded files and UC tables.
Otherwise, you can use the following approaches:
Option A: ...
1 More Replies