product name by order quantity in power bi - powerbi-desktop

I connected Sales and product table and joined them. When I create matrix with ProductName and OrderQuantity I can see 11790 are not connected with any ProductName.
enter image description here

Related

compare two separate data sets

is it possible to compare particular values from a table/report from power bi data set with another table from excel sheet?
In the power bi data set i have the organization data about all employees, and in my excel i have the data for 10 particular individuals. (something like: Name, Grade, Role, Team, Joining Date, Departure Date)
What i now do is to create in power bi the report with just the 10 people, export the data and then i compare that table with my local one, if there are any mismatches, like if the grades changed or they move to another team/department or some thing,
in my local file i have some custom/aditional columns that arent in the powerbi dataset (Name, Grade, Role, Team, Joining Date, Departure Date, Comment, Skills, Future team)
i could not load a data set from the excel file, and also from the company powerbi dataset, in the same report/page

issue with the usage of BELONGSTOMANY or HASMANY on sequelize

I've been using NODE.JS - SEQUELIZE to deal with POSTGRES database. But, it's been a while that I am facing an issue.
I have two TABLES:
FIRST TABLE: Purchases. Inside of this table, there is a column which keeps the foreign key of the Products table, because they are associated. But, as long as I'veen been coding, I realized that I needed to "insert" more than one products at once, like an array, for those people who will buy more than one product at once.
SECOND TABLE: Products.
I want something like this => Allow to a purchase inside of Purchases to have more than one products associated with. But all that I can do is make the product foreign key column in purchases table accepts only intenger (ID) of only one product.
For exemple:
The user X buyed multiple products, so then in product in Purchases will have the products [1,3,5] and these numbers are the product's ID that I would like to associate with the Products table.
print of the PURCHASES MODEL: purchases MODEL(not the migration) on sequelize
print of the PURCHASES TABLE: purchases table structure
print of the PRODUCTS TABLE: products table structure
The conclusion I've have reached was using "Belongs to MANY" or "Has many", but I don't how.
Thanks.
I propose you to add another table to achieve multiple products in one order:
ORDER table - stores one record per a customer order (all columns that related with an order as a whole)
ORDER_ITEMS - stores items inside each order (columns: a link to ORDER, a link to PRODUCT, a quantity, a price and other related columns (a discount and so on)
PRODUCT - stores a catalog of products to buy

How to add product and product category in quotation pivot list in below list like sale analysis in odoo 11?

[in sale analysis on total two list product and product category there. same things I want to add in quotation pivot table how can I add?
That is not really possible, because the BI (Business Intelligence) reports (you called it "sale analysis" in your question) are actually transformed data with sales order LINES as base. And the pivot of sales order are based on sales order. You don't have product and product category information, because you have a one to many relation to order lines where this information is belonging to. It's only working the other way around (lines information -> order information).
So the solution is probably extending sale analysis (i think the model is sale.report) with every other thing you're missing there instead of changing the pivot of sales orders.

What is the proper way of Seach working on Magento 2.3?

I've got a question with Search on default engine - MySQL
There are products in searching results which have the following coincidences:
Product headings.
Product description.
Product category name (it the name of the category connected to searching query)
Product headings at Related Products, Up-Sells, and Cross-Sells under the product card description.
Product headings at Configurable products under the product card description.
Is everything ok? Or the last two cases are out of results should be?

How to organise customers according to their membership level

In my excel sheet I got 700 data, with Customer name, code, membership level, email and phone number. I want to group the customers according to their membership level ex. gold customers, silver customers and bronze customers.
Thanks
In Data Tab select group to create groups after sorting accordingly.
Shortcut Alt+A+G+G

Resources