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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mq2020
Helper III
Helper III

Create crosstab visual from many measures

Hi,

 

I am trying to create a specific visual to show KPI performance, however I am struggling to build it with the following layout.

Each of the numbers below is a measure in my model, so in the example below I have to put together the 12 measures in this specific format - I'd appreciate any ideas or suggestions. 

 

Capture 2.PNG

 

Thanks,

 
 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@mq2020 , You have to create a table like this and display it on matrix

 

Display Table = union (SUMMARIZE(Sales," Measure", "MTD", "This",[MTD],"Last",[LMTD],"Change",[MOM]),
SUMMARIZE(Sales," Measure", "QTD", "This",[QTD],"Last",[LQTD],"Change",[QOQ]),
SUMMARIZE(Sales," Measure", "YTD", "This",[YTD],"Last",[LYTD],"Change",[YOY]))

 

For icon formatting

https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@mq2020 , You have to create a table like this and display it on matrix

 

Display Table = union (SUMMARIZE(Sales," Measure", "MTD", "This",[MTD],"Last",[LMTD],"Change",[MOM]),
SUMMARIZE(Sales," Measure", "QTD", "This",[QTD],"Last",[LQTD],"Change",[QOQ]),
SUMMARIZE(Sales," Measure", "YTD", "This",[YTD],"Last",[LYTD],"Change",[YOY]))

 

For icon formatting

https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692

@amitchandak , the layout is working perfectly, thank you.

 

However the measure doesn't seem to be shwoing the calculation according to the filters used in the dashboard.

Any way I can work around this? i.e in the filter visual I select a specific country but the table will still show the total number.

 

Thanks,

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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