The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, I have multiple paramterers I want people to be able to change which act as weigthings for a series of measures, but never add to more than 1.
I want to make something along the lines of:
param1=GENERATESERIES(0, 1, .05)
param2=GENERATESERIES(0, (1-SELECTEDVALUE(param1), .05)
param3=GENERATESERIES(0, (1-SELECTEDVALUE(param1)-SELECTEDVALUE(param2), .05)
...
I didnt think it would be as hard as it is. Any ideas on how to do this?
Cheers,
Sam
Solved! Go to Solution.
Correct. Is there a way to do that?
Hello,
I would have liked to do the same thing, have you found an alternative?
Thank you.
Can you try to explain a bit more what you need? I don't quite get it. An example based on your data would be useful.
The first parameter is made with GENERATESERIES(0, 1, .05)
The second and subsequent need to be made with the EndValue being 1-sum of the selected values of the previous generated series.
Hi @samdthompson ,
I think you want to create parameters by previous value automitically. Is it right?
Correct. Is there a way to do that?
Hi @samdthompson ,
There isn't a way to do it currently in Power BI. However, you can post your idea here to make it a feature of Power BI in the future.
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |