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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to create a parameter A from 0-100 that i would write as generateseries(0, 100, [B value]) where B value is from another parameter B that I could use to change the interval parameter A increases by.
However I can't to find a way to make it work. Parameter A will accept a variable set to a specific number, and a variable based on a condition, but it will not accept anything that comes from another parameter, even if i set var x = [B value] and then plug in x into param B. I can see thru the viz that x clearly equals a whole number but the parameter acts like it isnt there.
Is action not allowed? Am i missing something or am i going about my method wrong?
Hi @matsto ,
A fact table won't be affected by measure value. it will work only when the table is a variable in a formula.
Best Regards,
Jay
@matsto , Any calculated table will not take measures like this. even if takes it would initial values and that will not change based on the slicer
You can do that inside a measure in a var table