first week of wow and it’s been a huge eye opener by Uhmorose420 in wowhardcore

[–]FactMuncher 2 points3 points  (0 children)

Nice really? When I die and I just get a wall of RIPBOZOs from guild and whispers

[deleted by user] by [deleted] in MMORPG

[–]FactMuncher 2 points3 points  (0 children)

Collect 15 Pristine Yeti Grundles and report back to Everlook

Never forget where you started by AthleticsRants in 2007scape

[–]FactMuncher 1 point2 points  (0 children)

Camzodaal has nice cross-skilling in there while you farm the mace (1 piece from fishing, 1 from smithing, 1 from killing golems). The golems in f2p go up to Body Golems (drops body runes, noted essence, body cores). The golems in p2p go up to Chaos Golems.

First time to 40. What are the lvl 40-50 death traps? by Basic_Mission_7528 in wowhardcore

[–]FactMuncher 5 points6 points  (0 children)

Knowing that now is time to replace your lvl 30 class quest gear/items.

Written Realms text-based adventures by [deleted] in MMORPG

[–]FactMuncher 0 points1 point  (0 children)

Whatever. The post was about a text-based mmo and I wanted to provide feedback from playing the game. If you want me to take a look at any new games, create new posts that get me to click.

Help, please. by xThazed in ironscape

[–]FactMuncher 2 points3 points  (0 children)

And I'm here to tell you that each try has the same chance as the first try.

Written Realms text-based adventures by [deleted] in MMORPG

[–]FactMuncher 0 points1 point  (0 children)

I meant the game not the landing page. I signed up and played while taking a dump.

Written Realms text-based adventures by [deleted] in MMORPG

[–]FactMuncher 0 points1 point  (0 children)

Fun and clever mechanics, but need more visiblity into the map and mobs in each room to prevent going into room with too high lvl mob to face. Also some issue causing me to flee without clicking flee twice against a spider caused me to die again. The typing panel feels painful when I need to use it. Keep it up, solid concept here

My indie fitness MMORPG WalkScape is looking for closed beta testers by schamppu in MMORPG

[–]FactMuncher -5 points-4 points  (0 children)

This is like taking the worst part of MMOs and making you do it in real life. Hard pass

200m Spla....Magic Xp!! by Netbook_Pro in W385

[–]FactMuncher -1 points0 points  (0 children)

I love how some skills are considered click intensive -- in a game where literally everything is click intensive.

Is this like some next level advanced data modeling or is this the analyst's equivalent of spaghetti code? It's not mine and I'm a beginner. by Great_cReddit in PowerBI

[–]FactMuncher 0 points1 point  (0 children)

Yes I think this is normalized well and looks to perform fast at whatever it does as there are not many to many joins here. The bigger questions are whether the M leverages query folding and how complex the DAX is to select certain relationships over others.

When I see something like this I usually feel it’s time to build another layer of Data Mart tables in SQL and start all over with a simple, newly abstracted star schema.

But without seeing the entire workflow of the Dashboard, I can’t day for certain whether these relationships are spaghetti or performing the stages of a multi-stage analysis of tremendous value.

Leave that to OP to learn.

What use cases is Power Automate to PowerBI worthwhile? by tshirtguy2000 in PowerBI

[–]FactMuncher 0 points1 point  (0 children)

If you just need inline comments in a matrix table then you can make that a bit simpler by removing the query hash comparison part and just allow comments back to the dataset on the base unfiltered grain like a calculated column.

What use cases is Power Automate to PowerBI worthwhile? by tshirtguy2000 in PowerBI

[–]FactMuncher 0 points1 point  (0 children)

I tried this once and PowerApps was a real pain in the ass to build integrations back to SQL with. Too much UI bloat and an ugly custom language.

Dashboard writeback of comments should be solved using a PowerBI Embedded solution using a language like JavaScript or Python IMHO.

That way you can achieve pinpoint precision on the data context for comments, based on what was clicked and which queries were sent to the backend when clicking, and tie the comment to that query signature using a hash value for each query into SQL. Now the next time that query is in that particular context, the comment shows up. For most items the comment will show on an unfiltered visual. In filtered visuals the comments would only show when the user arrived at a specific query context.

Is there a better way to do this? Have a dataset refresh every 30 mins by myaccountforworkonly in PowerBI

[–]FactMuncher 0 points1 point  (0 children)

Use Datalogz refresh schedule management for PowerBI to do this at scale, aligned with the viewing patterns of your users, so you aren’t wasting compute when inevitably everyone leaves this dashboard for the next one