The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Friends,
I have imported snowflake view in to Power bi. Now I have created new column using switch for Bucket list of units. Now i want to order the same bucket list. I want to use same bucket for slicer.
DIY, Small,Medium, Enterprise,DG Enterprise. I Want this same order for slicer.
--------------
Hi Add the belwo as different dataset in Power BI report
Bucket | ID |
DIY | 1 |
Small | 2 |
Medium | 3 |
Large | 4 |
Enterprise | 5 |
DG Enterprise | 6 |
Excluded | 7 |
Then join the Bucket with your main data ,
Goto Data Tab
Click on Newly added dataset
Click on BUcket Column->Sort based on ID
Without sample data, I can only suggest ot rewrite the column
Units_Bucket_Order =
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your threadWant to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page
Consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Hi @FBergamaschi .
Now i am facing cercular depency error. Please find the pbix file in the attachment.
Thank you