Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have been able to export meta-data of my PowerBI file for Tables/Columns, Measures and Relationships.
The only thing missing from meta-data is visualisations data. For example, a simple chart on page 1 should have the following metadata:
Page = 1
Chart = Bar
Axis = Column_Month, Column_Year
Legend = Customer_ID
Value = Measure_Value_USD
Is there anyway I can generate a list of visuals and the measures / columns that are used in that visual?
Regards,
Sid
Solved! Go to Solution.
Hi @Anonymous,
Power BI don't support this feature currently base on my research. You can raise a new idea and add your comments there to make this feature coming sooner.
Best Regards
Rena
Hi @Anonymous ,
I had the same issue like you had and for me the addin called "Power Bi Helper" was very useful.
Power BI Helper - A Power BI Tool That Helps!
Best regards
Kevin
Using DAX Studio and the commands at the bottom of this post, I can generate an excel containing all the table columns, all the measures, and all the relationships of a PowerBI File.
I want to be able to generate a list of visualisations. I don't need the data of the actual chart. I just need the type of data that "makes" the chart. For example, if my BI file has a line chart, and a matrix, I want the following info:
ChartID = 1, Chartype = Line, ChartAxis = COLUMNNAME, ChartValue = MEASURENAME
ChartID = 2, Chartype = Matrix, ChartColumn = COLUMNNAME, ChartRow = COLUMNNAME2, ChartValye = MEASURENAME
Does that make sense?
SELECT *
FROM $system.discover_storage_table_columns
WHERE dictionary_size > 0
SELECT *
FROM $SYSTEM.MDSCHEMA_MEASURES
select *
FROM $System.TMSCHEMA_RELATIONSHIPS
Hi @Anonymous,
Power BI don't support this feature currently base on my research. You can raise a new idea and add your comments there to make this feature coming sooner.
Best Regards
Rena
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |