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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
MBRocha
Regular Visitor

Measure table

Hi

i need some help relating a table that is build with measures and the date table.

So, in my report i have information regarding kpis that are imported from excel in the format

 

date         kpi1 kpi2 kpi3
01/04/22   2     5      5
06/04/22   4     7     8
09/04/22   9     7     1

 

I've already calculated several measures to each kpis like count, sum, % of particular data (more than, less than, etc) and already have a relation between this info and the Date table (I'm using fiscal year table).

Now I need to do a visual like this

MBRocha_0-1662480002411.png

where in each column is presented different measures to each kpi.

the only way I was able to do so is by creating a new table using de calculated measures like

UNIOn (

ROW ("Name kpis", "kpi1", "measure 1", [measure 1], " "measure 1", [measure 1]) .....

 

but I'm not able to relate this table with the date so, although the visual is working is not possible to filter 😞

 

Can you help me?

thanks 

Melanie

 

1 ACCEPTED SOLUTION
davehus
Memorable Member
Memorable Member

Hi @MBRocha ,

See if the attached solution will help you. In powequery you can unpivot to KPIs to normalize the data and this will allow you to join on the date. If you need more help, let me know.

 

Did I help you today? Please accept my solution and hit the Kudos button.

View solution in original post

2 REPLIES 2
MBRocha
Regular Visitor

Wonderful, many thanks 🙂

I had only to do one step more (duplicate the data table) and unpivot the new table, in order to don't lose the previous measures and visuals that were built with the data in a different organization (not unpivot).

davehus
Memorable Member
Memorable Member

Hi @MBRocha ,

See if the attached solution will help you. In powequery you can unpivot to KPIs to normalize the data and this will allow you to join on the date. If you need more help, let me know.

 

Did I help you today? Please accept my solution and hit the Kudos button.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.