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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, I'm accessing SAP HANA views (in import mode) that have built-in parameters - in Power Query, it looks something like "{Cube.ApplyParameter, "GL_Account_Hierarchy", {"LDQFIVB5J8NN8GPFX77QEOJ7L"}}". Are there DAX functions that can access the parameter names and values so I can display them on the report as information? I.e, parameter name is "GL_Account_Hierarchy" and value is "LDQFIVB5J8NN8GPFX77QEOJ7L". Ideally, the value should display text label associated with the key, which is not very user-friendly :). Thank you in advance!
Solved! Go to Solution.
Hi @Anonymous
Could you tell me if your problem has been solved? If it is, kindly Accept the helpful reply as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Rico Zhou
Hi Rico, your solution works for parameters created within Power BI, not when the parameters are built in the source database view. Thanks.
Hi @Anonymous
Could you load your parameter in data source into Power BI? If you couldn't, you can try to build a parameter in Power BI by Manage Parameter Function.
Here are some blogs about parameters in power bi.
Blog1: Using parameters
Blog2: Power BI Introduction: Working with Parameters in Power BI Desktop
Video: Making data source parameters easy in Power BI Desktop
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Rico. The database layer is managed by a different team. We'll suggest to move the parameters to Power BI layer 😀.
Hi @Anonymous
Could you tell me if your problem has been solved? If it is, kindly Accept the helpful reply as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Rico Zhou
Yes, got it working. Basically I created corresponding parameters within Power BI to fill in the paramters built-in the database view. Thanks!
@Anonymous , Are these column values?
if so you have split these first and then pivot the GL_Account_Hierarchy and its value
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
Hi Amit, the code is part of the Power Query, not the returned results. There're parameters built into the database level that need to be filled before results come back. We want to display the parameter value on the report itself. Thanks!
Hi @Anonymous
If you want to see your parameters in your Report Field, you can right click your parameters and select enable load.
Then you can see your parameters in your Report Field, and use it to build visuals.
Result:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 46 | |
| 44 | |
| 29 | |
| 20 |
| User | Count |
|---|---|
| 202 | |
| 130 | |
| 102 | |
| 71 | |
| 55 |