Forum Discussion
Slicers
- 8 years ago
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
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 time
Best regards
David
Hi DavidB023
I can solve it but create measures instead of calculated columns.
Here is my modified pbix.
Best Regards
Maggie
- DavidB0238 years agoHelper III
v-juanli-msft
Do you think it is possible to have when nothing is select, just the purcent of the total rest compared to total budget ?Thanks
Best regards
David
- v-juanli-msft8 years agoCommunity Support
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
- DavidB0238 years agoHelper III