Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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
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
Solved! Go to Solution.
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.
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).
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.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 28 | |
| 20 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 43 | |
| 31 | |
| 18 | |
| 18 | |
| 16 |