Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello there,
Is there a "generic" way to read e.g. Page Names of Sheets in PBI and make use of them within DAX-Programming?
I would like to have a measure, which gets its result from the PowerBI Metadata. PBI knows what obejts are on what page, so there should be some dictionary to read from.
Measures:
lblPageHeadline = [resulting_expression]
headlines =
var vPage1 = "Headline to show on page 1"
var vPage2 = "Headline to show on page 2"
var vPage3 = "Headline to show on page 3"
var vPageXY = "Headline to show on page XY"
var resulting_expression = IF ( ME.PageName = Metadata.Page1, vPage1,
IF( Me.PageName=MetadataPage2,vPage2,
IF( Me.PageName=MetadataPage3,vPage3,"No Headline"
)))
return
resulting_expression
Can you give some hints wether this is possible or not?
thank you in advance
Thomas
Solved! Go to Solution.
None of this is even remotely possible. If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.powerbi.com
Hello lbendlin,
done!
https://ideas.powerbi.com/ideas/idea/?ideaid=c7f53cef-6420-ed11-b5cf-281878bd1c78
thx
Thomas
Hello lbendlin,
done!
https://ideas.powerbi.com/ideas/idea/?ideaid=c7f53cef-6420-ed11-b5cf-281878bd1c78
thx
Thomas
None of this is even remotely possible. If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.powerbi.com
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |