Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

All values of all levels of a hierarchy available in Report Parameter Selection in Paginated

Hi, 

 

I have a hierarchy like the one below:

Level 1Level 2Level 3
ABD
ABE
ABF
ACG
ACH
ACI

 

I please need all the available values of all levels available for selection as a single Report Parameter in Paginated. As follows:

 

Parameter

A

B

C

D

E

F

G

H

I

Please help me. I think that it can be done with DAX 🙂

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Based on your problems, here are my answers.

I create a table as you mentioned.

vyilongmsft_0-1710209431016.png

Open Power Query, select Unpivoted Columns, save and exit.

vyilongmsft_1-1710209587205.png

Then I create a new table and write the DAX code.

Table 2 =
VALUES ( 'Table'[Value] )

vyilongmsft_2-1710209802154.png

Finally you will see what you want.

vyilongmsft_3-1710209841586.png

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

Based on your problems, here are my answers.

I create a table as you mentioned.

vyilongmsft_0-1710209431016.png

Open Power Query, select Unpivoted Columns, save and exit.

vyilongmsft_1-1710209587205.png

Then I create a new table and write the DAX code.

Table 2 =
VALUES ( 'Table'[Value] )

vyilongmsft_2-1710209802154.png

Finally you will see what you want.

vyilongmsft_3-1710209841586.png

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.