Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello, everyone, i want a measure that calculates the percentage beteween a measure called "AMPV" and the different colums of the table called "cicle"
This is de measure "AMPV"
This is the table "cicle"
This should be the result
Thanks for you support.
Reggards
@ChecoFloresC , You have to create meausre for each column or unpivot the column in power query and then only one measure can do
Divide(Sum(Table[Minimo]) , Selectedvalues(Param[Value]) )
after unpivot
Divide(Sum(Table[Value]) , Selectedvalues(Param[Value]) )
Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
120 | |
112 | |
60 | |
59 |