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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
GuestUser
Helper V
Helper V

DAX Query

Hi,

 

We have Power BI Report Server (May 2019) edition

 

Power BI is connected with datasource SSAS (COnnect Live Option) - we understand that edit queries (Power query) gets disabled -- So group by option cant be used

 

Can u please help me out to write DAX measures to achieve the following (The tables are already joined in SSAS)


select
B.type,
C.category,
sum(sales_amount)

from
fact A,
storedim B,
categorydim C

where A.store_wid = B.row_wid
and A.category_wid = C.row_wid

group by

B.type,
C.category,

1 ACCEPTED SOLUTION


@GuestUser wrote:

 

But the sales amount is showing incorrect - It is showing same values for all

it is not doing group by 

 


That typically indicates that there is not an active one to many relationship between the store and sales and category and sales.

View solution in original post

3 REPLIES 3
d_gosbell
Super User
Super User

You should not need to do anything in Power Query for this. If the tables are already joined just dragging the type, category and sales amount onto a table visual should give you the same output as that SQL query.

Thanks for replying!!

 

But it is not working as expected!!

We have created Sum(Sales_Amount) measure

and dragged columns store_type , category and sum(sales_amount) on table visual

 

But the sales amount is showing incorrect - It is showing same values for all

it is not doing group by 

 

Any suggestions pls

 

 


@GuestUser wrote:

 

But the sales amount is showing incorrect - It is showing same values for all

it is not doing group by 

 


That typically indicates that there is not an active one to many relationship between the store and sales and category and sales.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.