Online Sales Data
Datasets for helpful Power BI dashboard creation.
@kaggle.samruddhi4040_online_sales_data
Datasets for helpful Power BI dashboard creation.
@kaggle.samruddhi4040_online_sales_data
CREATE TABLE details (
"order_id" VARCHAR,
"amount" BIGINT,
"profit" BIGINT,
"quantity" BIGINT,
"category" VARCHAR,
"sub_category" VARCHAR,
"paymentmode" VARCHAR
);
Anyone who has the link will be able to view this.