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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Reg: selected month should display in matrix table

Hi everyone.need help.please check the attached image,if i select particular then that month should display,if i select multiple months then those months should display and remaining months should ot be visible.Month.PNG

 

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

 

What is the structure of your data? I guess it may be like "Table 1". If so, please try to select "Product" column and UnPivot other columns, to transform to "Table 2".

 

unpivot.PNG

 

Table 1:

Product Jan Feb Mar ...
Product1 123 234 345 ...
Product2 123 234 345 ...
... ... ... ... ...

 

Table 2:

Product Attribute Value
Product1 Jan 123
Product1 Feb 234
Product1 Mar 345
... ... ...
Product2 Jan 123
Product2 Feb 234
Product2 Mar 345
... ... ...

 

Then, rename the columns from "Attribute" to "Month" and "Close and Apply".

 

In Data view, it is suggested to create a Date dimension table and then create relationships between your fact table and the Date dimension table. Of course, you can also not create a date table if your model is simple and you don't want to create one.

 

After that, just one measure is needed to create and it can also be filtered by the Month column. Also, the result will be what you want.

 

 

Best Regards,

Icey

 

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

View solution in original post

1 REPLY 1
Icey
Community Support
Community Support

Hi @Anonymous ,

 

What is the structure of your data? I guess it may be like "Table 1". If so, please try to select "Product" column and UnPivot other columns, to transform to "Table 2".

 

unpivot.PNG

 

Table 1:

Product Jan Feb Mar ...
Product1 123 234 345 ...
Product2 123 234 345 ...
... ... ... ... ...

 

Table 2:

Product Attribute Value
Product1 Jan 123
Product1 Feb 234
Product1 Mar 345
... ... ...
Product2 Jan 123
Product2 Feb 234
Product2 Mar 345
... ... ...

 

Then, rename the columns from "Attribute" to "Month" and "Close and Apply".

 

In Data view, it is suggested to create a Date dimension table and then create relationships between your fact table and the Date dimension table. Of course, you can also not create a date table if your model is simple and you don't want to create one.

 

After that, just one measure is needed to create and it can also be filtered by the Month column. Also, the result will be what you want.

 

 

Best Regards,

Icey

 

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors