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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
phelmsdk
Advocate I
Advocate I

INFO.VIEW.MEASURES() will not show local measures when connected to Azure Analysis Services

I am trying to use INFO.VIEW.MEASURES() to pull out documentation in my report, but the command only shows measures stored in the Azure Analysis Services (AAS) and not locally created measures.

 

I also tried this command: 

EVALUATE
FILTER(
    INFO.VIEW.MEASURES(),
    NOT CONTAINSSTRING( [Expression], "EXTERNALMEASURE*"
    )
)
 
...but that did not work either.
 
Is there any way to have the local measures included when using the INFO.VIEW.MEASURES() command - or is there some kind of workaround?
1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @phelmsdk ,

 

The INFO.VIEW is based on the semantic model so in this case since you are connecting to AAS this will not be pickedup since it's not related to the model.

 

The only option I believe is to create a composite model, that will keep the AAS in Direct Query mode and the new measures would be pickedup on this new semantic model.

 

If you don't want to change the type of your semantic model you can try to use Power BI Helper that will allow to do the documentation based on the report you select (https://powerbihelper.org/

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @phelmsdk ,

 

The INFO.VIEW is based on the semantic model so in this case since you are connecting to AAS this will not be pickedup since it's not related to the model.

 

The only option I believe is to create a composite model, that will keep the AAS in Direct Query mode and the new measures would be pickedup on this new semantic model.

 

If you don't want to change the type of your semantic model you can try to use Power BI Helper that will allow to do the documentation based on the report you select (https://powerbihelper.org/

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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
Top Kudoed Authors