Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
HarsimPWRBI
Frequent Visitor

Why does Values shows blank row even if there are none?

Hey Tech buddies,

 

I'm reading the-definitive-guide-to-dax and in Chapter 3 FIGURE 3-15  has a pivot table.

Which shows 1 for column "Values Products" with "Sales Amount" of $16.90.

 

The Reason It states , is there are sales for product for which there's no data in Product table.

 

But If i go to database and execute below query there's no rows like same.

USE ContosoRetailDW
GO

SELECT * FROM [DaxBook].[Sales] a
WHERE NOT EXISTS (SELECT 1 FROM [DaxBook].[Product] b WHERE a.ProductKey=b.ProductKey)

 

Moreover i tried to rollup in database but there i got only three rows for class with their aggregrate Sales Amount

 


SELECT b.Class, SUM(a.Quantity*a.[Unit Price]) AS SalesAmount FROM [DaxBook].[Sales] a
right JOIN DaxBook.Product b
ON a.ProductKey=b.ProductKey
GROUP BY b.Class

 

Please suggest.

 

Database and PowerBI Model for same

 

Thanks,

Harry

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @HarsimPWRBI,

 

It would be better that you could provide some sample data to describe the problem. How to Get Your Question Answered Quickly

 

Besides, for any errata you find, you could contact the related team via the "report it to us" link.

1.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yulgu-msft,

 

As recommended I've added Database and PowerBI model for my query related to same.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.