Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I intend to create a table inside a measure. After getting the relevant columns from the original table (existing in the data model), I plan to add a column that can be used to group in the visual
(eg. I intend to use groups like
Sales > 1000,
Sales >5000, etc.)
My question is whether the above created column can be used on the X-axis on the bar chart? (Since the table will be dynamically created based on the external filters)
Hi @Anonymous .
I do not think you can use a measure as a dimension as you describe.
But, I am curious if others on the forum has a good solution for you! 🙂
One approach you may consider is to create a separate table based on you original table that calculates the desired grouping. The drawback of this solution may be some duplicate data, additional complexity.
hi @Anonymous ,
I did think of it, but the different filter combinations are too many to actually implement it.
But thanks for giving the query a thought 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.