Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I have a [ResponsesForm] table with a column of numerical values =ValueFreeResponds]
Add 3 calculated columns; TotalNegatives, TotalNeutras,TotalPositives with the DAX
Ej; TotalNegativas= IF(RespuestasFor[ValorGralRespuestas]=0,"neutra",
IF(RespuestasForm[ValorGralRespuestas]<3,"Negativas"))
Then add the values of each column calculated with;
CALCULATE (
SUM (respuestasForm[ValorGralRespuestas]),
FILTER
ALLSELECTED(RespuestasForm[TotalNegativas]),
ISONORASTER (respuestasForm[TotalNegativas]),MAX
(RespuestasForm[Totalnegativas]))))
BUT when I take it to visualization, for example; in dimension rules and regulations, there are no answers with negative values, but it indicates 148%
I don't know if it's the whites) how could I solve it?
Hi @martu ,
What' the %Valor? Is that a Measure, a calculated column or a column imported?
You could try creating a measure that adds up all the values and divides the values of the current row by the total.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello again
What I see or interpret what happens is that in the visualization it brings me the accumulated;
Total positive has 47 and although in neutral and negative there are 0 I move the 47 and I get its % to reason of the total of each column
any ideas to change this?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |