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! Request now

Reply
Anonymous
Not applicable

Transfer same column in tabe to make customer map

Hello,

 

i have to do a map of all customers on 1 page, company have around 100-150 customers(stores) daily in the report. 

Idea is to choose 1 store and drill-trough to another page with another data, also i will make conditional formating on other data after i decide good visialization, so each store will have special color base on it's status

I tried with the TreeMap but i don't like that some rectangles have different size. I know that it's not normal to use treemap for solution like that, but when I try to use table visualisation i have a lot of empty space and don't know how to transfer column ID_CLIENT to have more than 1 column in table.

Could you please give an advice how to do that?

nnikitin_0-1596721315695.png

nnikitin_1-1596721682186.png

 

 

6 REPLIES 6
v-diye-msft
Community Support
Community Support

Hi @Anonymous 

 

What about the custom visual: 

6.PNG

There's no scroll down , instead there's pagination:

7.PNG

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
Anonymous
Not applicable

@v-diye-msft  thanks for proposal, I need to fill all the free space with ID_CLIENT values, without pagination or scrolling

amitchandak
Super User
Super User

@Anonymous , with Store use count of the store and try a heat map

 

If store Id of add  index column

https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi

 

The create column like given below . Use a big font and display MAx(Store[Name]) by putting these in row and columns of Matrix. you can change 10 based on fitment

columns  = Mod([Index],10)

row  = Quotient ([Index],10)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak ,

 

i just added rownum in my oracle query and call it index, it just count each row in the query (look like index)

But when i add formula as you propose - i have an error like below:

 image.png

 

 

Anonymous
Not applicable

@amitchandak  hello, couldn't test right now, my query works in directquery mode and i can't add index. I can't modify query also, because my DBA is on vacation for the moment

 

do you see other solutuions?

Anonymous
Not applicable

Thank you, i will try to do it and comeback with answer

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors