Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi everyone,
I am trying to create some groups based on the values of one specific column, but when I try to group them there is one value that is missing.
I have refressesh everything and it is still not showing.
Do you know why and how can i solve it?
Many thanks in advance,
Marina
Solved! Go to Solution.
Hi all,
Although I refreshed the Power BI Desktop and the Preview in the Power Query editor I had to reboot my computer so the recent added data appeared as ungrouped value.
Many thanks all for your time,
Marina
Hi all,
Although I refreshed the Power BI Desktop and the Preview in the Power Query editor I had to reboot my computer so the recent added data appeared as ungrouped value.
Many thanks all for your time,
Marina
@Anonymous , if you using switch if, make sure you have else part. Return "Other" these
Switch(True(),
[Col1] <10 , "< 10 ",
[Col1] <20 , " 10 -20 ",
// other conditions
"Other" //else
)
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |