- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Which visual as Excel Matrix
Hi 🙂
i try to rebuild a Excel Report in powerbi.
i have some KPI (Mesaures) , but i cant display them as in Excel?
here is the Excel:
and this is my result in power bi:
any idea?
Thanx 🙂
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

To have the measure titles in the rows, you’ll need to access the visualization settings, under the Values option and toggle the option Show on Rows to ON.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

To have the measure titles in the rows, you’ll need to access the visualization settings, under the Values option and toggle the option Show on Rows to ON.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@lboldrino , this measure split into measure and dimesion. you need to create table like this with required filter in group by summarize if needed and join back with dimesnions
union(
summarize('Table',"Measure","sales","This period",[SALES YTD],"Last period",[SALES LYTD],"POP",[SALES YOY])
summarize('Table',"Measure","unit","This period",[unit YTD],"Last period",[unit LYTD],"POP",[unit YOY])
)

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
11-21-2024 01:13 AM | |||
09-18-2024 10:15 AM | |||
11-28-2024 10:35 AM | |||
11-27-2024 05:19 AM | |||
11-13-2024 09:19 PM |
User | Count |
---|---|
102 | |
84 | |
81 | |
53 | |
46 |