Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Big_Guy_j
New Member

what if slicer math

I have a slicer whose value ranges from 0 to 100. I want to multiply a column in another table by the number from the slicer. 

Big_Guy_j_0-1670430480517.png

State

StateBF
AK0.03860241
AL0.02990368
AR0.037869625
AZ0.029887445
CA0.02029426
CO0.04428755
CT0.023425235
DC0.025203095
DE0.03882103
FL0.036508265
GA0.03013148
HI0.059656655
IA0.025673485
ID0.009985035
IL0.021821625
IN0.0594541
KS0.02928335
KY0.067572705
LA0.033906755
MA0.031680775
MD0.02433023
ME0.00906695
MI0.03705643
MN0.030228805
MO0.064968645
MS0.038189565
MT0.03317278
NC0.02833254
ND0.05125024
NE0.04512514
NH0.010750035
NJ0.021988735
NM0.046482845
NV0.031434785
NY0.01717918
OH0.049866015
OK0.02771969
OR0.01454571
PA0.030100965
RI0.03729154
SC0.02146454
SD0.013677265
TN0.023567185
TX0.03537309
UT0.06290527
VA0.02800104
VT0.001125315
WA0.00908786
WI0.047636465
WV0.077596075
WY0.069102535
ZUS0.03356684

Example code: Column ='EC - Simp'[BF]*TEST[TEST Value]

returns: Blank

running just 'EC - Simp'[BF] returns values and running TEST[TEST Value] always returns blank

1 REPLY 1
Anonymous
Not applicable

Hi @Big_Guy_j,

Current power bi does not support create dynamic calculated column/table based on filter. They do not work on the same data level. I'd like to suggest you write a measure formula instead.

Notice: the data level of power bi(from parent to child level)

Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors