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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
lifeofthenoobie
Frequent Visitor

Achieving matrix look

Hello, 
To begin with - my PBI has become quite rusty since I didn't develop anything in longer than year, the GUI is new and there are tons of new functionalities which I love! Great progress. I am coming here to ask for a help. My target goal is to create matrix which will looks like that. Ideal goal is to:
1 ) start with Current Date only matrix, and have available slicer to introduce MTD or YTD or both, so it will be multiple selection slicer which will expand matrix. 

2) Have another slicer which will allow me to get the values in Thousands or Milions

3) Have another slicer which will allow me to switch currencies (I have columns Revenue_CommonCurrency and Revenue_TransactionCurrency)

poc.png

 

Currently I've loaded only minimum required tables which is - fact_sales, dim_stores, dim_companycode and dim_calendar. There is many dim_stores to one dim_companycode and one dim_companycode to many fact_sales, as well as one dim_calendar (on dateint value) to many dateint values in fact_sales.

 

The measures I've done are fairly simple

SumOfRevenue = SUM(fact_sales[RevenueTransactionCurrency])

PY = as above with time intelligence function on dateadd

and the delta as a difference between

 

I was thinking about some calculation groups? I don't know if its matter of DAX or Visual design or both? Maybe there are some video tutorials or blog posts out there where someone tackle similar task? 

 

Thank you in advance for your help and input

1 REPLY 1
Anonymous
Not applicable

Hi @lifeofthenoobie 

 

Could you please provide more raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

 

 

Best Regards

Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.