Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I m using 2 Parameter Tables on the page and would like to use single measure to control the elements to be displayed.
For example if I choose the parameter on the left side, it should filter the values of Parameter Fields on the right hand side.
I could accomplish this by creating 2 separate count measures and filtering them as below.
However, is there a way I can get the Parameter Table name[PARAM LHS/PARAM RHS] (not the field value) so as to create a switch and handle counts in a single measure?
RHS_COUNT =
LHS_COUNT =
@modi123p - If I understand your ask correctly, you want to have a 2nd slicer that shows the values of the selection from the first. If this is true, you dont need DAX, you can do this by copying the slicer and then choosing "show values of selected field" see below:
The 2nd slicer will then take the values from the column selected in the first:
If I answered your question please mark my post as the solution, it helps others with the same challenge find the answer!
Thank you for checking on the post.
No... my intent is to get the name of the parameter table that holds the field values inside a measure.
I could check on the selected value and compare it with the list (as its only 4-5 in number) to infer the Parameter Table Name. But I was wondering if there is a cleaner way to do it. Sometimes(UNFORTUNATELY).... when I drag the Parameter fields, I see 'Table Name'[fieldName] .... is there a DAX expression that I could use to get the Table Name?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
8 |
User | Count |
---|---|
13 | |
12 | |
11 | |
10 | |
8 |