Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |