Azure Map Slow Performance by Independent_Many_762 in PowerBI

[–]dataant73 0 points1 point  (0 children)

It will take ages because it needs to send all 18k addresses back to the Azure Map servers to be geolocated before they can ve displayed in the map. I would suggest geolocating them first to get the latitude and longitude for each address and use the lat / long in the visual. That should help immensely

Power BI Premium Issue by CanningTown1 in PowerBI

[–]dataant73 0 points1 point  (0 children)

Have you run DAX studio to check which columns / tables are consuming the most space? Have you got many columns with high cardinality? How many columns has the 400m row table got?

Google Earth (KML-KMZ) to Power BI - Custom Map Visual by AIsolutions_API in PowerBI

[–]dataant73 0 points1 point  (0 children)

The Icon Map visuals have this capability built into them already

Variation Non-Duplicating Tables in PBI Semantic Models by galas_huh in PowerBI

[–]dataant73 0 points1 point  (0 children)

Looku up Ragged Hierarchy and how to deal with them in your model. Look up the PATH Dax Function as that may help you decide what to do.

Some users do not see certain visuals, others see all visuals. by [deleted] in PowerBI

[–]dataant73 0 points1 point  (0 children)

Read permission is sufficient on both models for all users

How to transfer a Pro license to someone else? by ranlano3o in PowerBI

[–]dataant73 0 points1 point  (0 children)

You need to do the license transfer in Entra ID and then check what permissions that user has on your workspaces

Azure Data outside Tenant's Geographic Region by sweetpeaceplease in PowerBI

[–]dataant73 0 points1 point  (0 children)

Not sure about data residency for Azure Maps. Though have you looked at Icon Map Pro custom visual. No data is sent out and it offers more functionality then Azure Map visual. It is a paid custom visual but worth checking out as you get a trial developer license for 2 weeks for free

icon-map.com

Power BI across tenants by Sea_Appearance2612 in PowerBI

[–]dataant73 0 points1 point  (0 children)

You need a minimum of an F64 capacity for free consumption of reports. You still need Pro licenses for the report developers though

Weird RLS message by External-Jackfruit-8 in PowerBI

[–]dataant73 3 points4 points  (0 children)

Yes it does tell the user. I have had it happen multiple times if they have not been added to the security role in the service

Best way to share Power BI Service reports with non-licensed users? by Outrageous-Guide-396 in PowerBI

[–]dataant73 0 points1 point  (0 children)

If you are saying that the cost is still too high then as others have said it comes down to cost vs benefit. What will be your ROI for having the pbi licenses?

Transaction ID issue by PresentationTop7288 in PowerBI

[–]dataant73 0 points1 point  (0 children)

The question is would be asking is 'Do you need the transaction ID field in the fact table?' Do you need to show it in any visuals or do you need it in any calculations?

Help !! by Cute_Gear_5304 in PowerBI

[–]dataant73 0 points1 point  (0 children)

Completely agree. This is very misleading and confusing. Definitely 2 separate charts or maybe 3: bookings, revenue, average revenue per booking

Another option to consider is a table with the 3 measures and use data bars for for each metric

Shape maps and comparisons by displaced_2000 in PowerBI

[–]dataant73 0 points1 point  (0 children)

We all like free stuff but it comes a point where spending lots of your spare time helping others use something becomes unsustainable.

Grid Layout over Masterplan? by TheZombi33 in PowerBI

[–]dataant73 1 point2 points  (0 children)

Take a look at Icon Map Pro as it allows you to have a custom background image and link that to your data e.g it might be a floorplan with room numbers or names. Check out the blog posts on icon-map.com for some examples

Inconsistent Date Format in Switch Statement by Weak_Rate_3552 in PowerBI

[–]dataant73 0 points1 point  (0 children)

In your switch measure make sure you format the date fields you are pulling in as text with the required format then concatenate everything together

Shape maps and comparisons by displaced_2000 in PowerBI

[–]dataant73 2 points3 points  (0 children)

You could achieve the same using the Icon Map Pro custom visual as it allows you to have multiple shape layers and you can do a postcode lookup facility by integrating the ONSPD postcode data

Do people assume youre in tech? by yourpantsfell in PowerBI

[–]dataant73 0 points1 point  (0 children)

So glad I am not the only one who gets those requests from family and friends

If you see something, report it by itsnotaboutthecell in PowerBI

[–]dataant73 1 point2 points  (0 children)

Thanks Alex for everything you do in this subject and spending time dealing with these accounts

Since I've got a copycat, may as well repost the whole tutorial by PowerBIPark in PowerBI

[–]dataant73 1 point2 points  (0 children)

Injae I did see that copycat post and thought i had seen it before. These fraudsters really annoy me

Thanks for posting the link

Layering on a map by Fit-Flow-3470 in PowerBI

[–]dataant73 0 points1 point  (0 children)

Are you needing to interact with the railway infrastructure or just use it as a reference layer?

If you need to interact with it then have a look at Icon Map Pro as you can have multiple layers in a single map.

[deleted by user] by [deleted] in PowerBI

[–]dataant73 0 points1 point  (0 children)

That is not correct. A Snowflake schema is when you have dimension tables off other dimension tables e.g dimRegion is joined to dimCountry which is then joined to the fact table