Forum Discussion
Transfer same column in tabe to make customer map
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)
- Anonymous6 years agoNot applicable
Thank you, i will try to do it and comeback with answer
- Anonymous6 years agoNot 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?
- Anonymous6 years agoNot applicable
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: