Forum Discussion
Slicers
Hi everybody !
I have a slicer on my repport in order to display a value in euros, the rest to spend in euros and a purcentage of my rest to spend.
So, I have many category but when I diselected each category, I have the total in euros (thanks sum) and the total in purcent (because of sum) like 280% .
In fact, I want to display, when nothing is select, the total purcentage, on 100%, of my total value.
Does anybody can help me please ?
Thanks
Best regard
David
Hi DavidB023
After modifying the measure2 in my pbix provided as below
Measure 2 = IF ( HASONEVALUE ( Table1[Category] ), [Measure], SUM ( Table1[Rest to spend] ) / SUM ( Table1[Budget] ) )I can show it on the visual when nothing is selected as follows.
Best Regards
Maggie
6 Replies
- v-juanli-msftCommunity SupportHi DavidB023How is your formula (“percentage of my rest to spend”) created?How is the percentage reflected by selection of categories?Could you share me some data example?Best RegardsMaggie
- DavidB023Helper III
Hi v-juanli-msft,
You will find a .pbix like I have for my work. In fact, I consider a line All with formula that is fit in this framework but it appear two line all...
https://1drv.ms/u/s!AlpYVjQtU7WhiS1xfWK_pBilOtGO
Thanks for your timeBest regards
David
- v-juanli-msftCommunity Support