Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
you can try this
Measure = CALCULATE(SUM(Table[Fieldvalue]);FILTER(Table;Table[FieldOption]="Option 1"))
you can use SUM, COUNT, and any agregate function
am not getting what u exactly want to achieve . okay for my assumption.
If u select some value in slicer do u want to get that selected value in measure ? if yes try this.
CALCULATE( CONCATENATEX(
VALUES( "Column Name" ),","
)
Let me know if any help
Hi @thliberato,
You'd better use swith function as the follewing fformula. When you select the "Current" value, it will run the [Internet Total Sales] measure, when select the "MTD", it will run [MTD Sales] and so on. If you don't select, it will return balnk.
Sales := SWITCH ( VALUES ( Period[Period] ), "Current", [Internet Total Sales], "MTD", [MTD Sales], "QTD", [QTD Sales], "YTD", [YTD Sales], BLANK () )
For more details, please refer to the article.
Best Regards,
Angelia
HI
You can use a measure for filter option that is selected (You can use switch function) and then use it in the final expression.
Switch function:
https://msdn.microsoft.com/en-us/library/gg492166.aspx
I am ready for any help!
Regards
Mostafa
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |