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
GVTioluxe
Helper I
Helper I

Calculation Groups in Matrix Visual presentation

I have following information of inventory  that needs to be presented in a Matrix visual as shown below (some are fields from table, some are measures ) - 

Brand - field value from a Item table from  Item table which is connected to Stock Table by Item ID

Sub Brand - field value from Item table from  Item table which is connected to Stock Table by Item ID

item - field value from  Item table which is connected to Stock Table by Item ID

stock qty - measure from stock table

listed sale price - measure from Price List Table where the Listed Sale price is stored

cost price - measure from Stock Table

margin - measures (calculated from Listed Sale Price and cost Price)

Stock  received date -  show the date hierarchy from Calendar Table which is connected to Stock Table by Received Date as the key

expected Matrix visual  - present these under timeline of stock received date

                                                                                                           2023

                                                                                                           Jan23    Feb23    Mar23    Apr23

Brand  Sub brand   Item  Cost Price  Listed Sale Price  Margin%      stk qty   stk qty   stk qty   stk qty  

 

There was a solution using calcultion groups  in following youtube video which i tried by creating a calculation group with calculation items for each of the measure with the IF(NOT(ISINSCOPE)) as used in the video, but when i bring it into the matrix visual as suggested and drill down by column, under each timeline it repeats the measure value instead of showing as a single column as shown in the video.

 

can anyone help?

 

 

 

 

 

 

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @GVTioluxe,

I'd like to suggest you take a look at the following blog about introducing and usage of calculation groups if it helps with your scenario:

Introducing Calculation Groups - SQLBI

Regards,

Xiaoxin Sheng

I haev gone through this tutorial as well as the one i had shared but the answer is not there

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.

Top Solution Authors