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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
khaledbou
Regular Visitor

A table of measures

Hello, I have a few measures that I created .. I want to create a table where it have the following columns: 'measure name', 'measure importances' .. other measure metadata of the measures (add them manually)  and a column where it contains the value of the measure.

 

is there any way to archive that? and is it possible to make it dynamic as if the measure value changes the value in the table will also change. thank you 

2 ACCEPTED SOLUTIONS
vojtechsima
Super User
Super User

Hello, @khaledbou 
In latest version of PBI Desktop in DAX Query you can do this:

vojtechsima_0-1730997014062.png

However, you cannot use this to create a physical table. One workaround that could perhaps work is to send this query through Power Automate using Send Query against Dataset (or something like that) and then save that result on sharepoint and then back to Power BI.

the Description (you can use that for priority) and you can do that in Model

vojtechsima_1-1730997084968.png

 

View solution in original post

Anonymous
Not applicable

Hi @khaledbou ,

Agree with @vojtechsima , in Power BI, any entity table created with DAX cannot be dynamic, and the measures you created cannot be obtained dynamically.
For your needs, I think the best way is to manually create and update the record table. You can also try to use Power Automate as mentioned by vojtechsima, but that may have requirements for your data source. You can go to the Power Automate forum to ask whether your expected results can be achieved.
Microsoft Power Platform Community Forum Thread

Best Regards,
Dino Tao

View solution in original post

4 REPLIES 4
khaledbou
Regular Visitor

thank you for your answer! very insightful

Anonymous
Not applicable

Hi @khaledbou ,

Agree with @vojtechsima , in Power BI, any entity table created with DAX cannot be dynamic, and the measures you created cannot be obtained dynamically.
For your needs, I think the best way is to manually create and update the record table. You can also try to use Power Automate as mentioned by vojtechsima, but that may have requirements for your data source. You can go to the Power Automate forum to ask whether your expected results can be achieved.
Microsoft Power Platform Community Forum Thread

Best Regards,
Dino Tao

hello @Anonymous  .. thanks for responding .. i'll try the work around of @vojtechsima  seems worth the try. 

vojtechsima
Super User
Super User

Hello, @khaledbou 
In latest version of PBI Desktop in DAX Query you can do this:

vojtechsima_0-1730997014062.png

However, you cannot use this to create a physical table. One workaround that could perhaps work is to send this query through Power Automate using Send Query against Dataset (or something like that) and then save that result on sharepoint and then back to Power BI.

the Description (you can use that for priority) and you can do that in Model

vojtechsima_1-1730997084968.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors