The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |