FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Grouping Measures in a Field Parameter
How-ToWeb Development

Grouping Measures in a Field Parameter

via Dev.toAdam Wilson1mo ago

Field parameters are one of those Power BI features that feel like witchcraft the first time you use them. Switch between measures dynamically? No calculated columns? No DAX spaghetti? Sold. Then the report grows. And grows. And suddenly your elegant little slicer looks like the terms and conditions scroll on a software licence agreement. Somewhere around measure number fifteen, your users quietly give up and just pick whatever's at the top. This week, a customer hit exactly that wall. The Setup They had a field parameter doing its thing letting users switch between a bunch of measures in a single visual. Classic pattern, works great, 10/10 would recommend. It looked something like this: Measures List = { ("Orders", NAMEOF('Measure Table'[Orders]), 0), ("Quantity", NAMEOF('Measure Table'[Quantity]), 1), ("Total Due", NAMEOF('Measure Table'[Total Due]), 2) } Clean. Tidy. Then the business had thoughts. More measures got added. Then a few more. The slicer became a liability. What they ac

Continue reading on Dev.to

Opens in a new tab

Read Full Article
18 views

Related Articles

Week 6 — No New Problems. Just Me and Everything I Already Learned.
How-To

Week 6 — No New Problems. Just Me and Everything I Already Learned.

Medium Programming • 3d ago

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)
How-To

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)

Medium Programming • 3d ago

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 3d ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

Discover More Articles