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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.