March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
is there any simple way to use same name of measurement for different formula?
For example, I have two report pages with different calculation. On both pages I have table with same column names, but on each table are different formulas.
One table has column name Sales, which is simple calculating total sales.
On the other table I have cumulative of total sales, but i want to name it just Sales.
I did a simple trick: Just add space after Sales (one is "Sales", other is "Sales "). But it is not best method, beacuse it is hard to distinguished them.
I tried with commenting (/*Cumulative*/ Sales), but the comment is then showed on table too.
Thanks
Regards
Mate
@matemusic If you are asking about measure naming conventions, I would recommend making a distinction between the two. You would have no way to tell in the model which measure was which using your current method. Others may have a different opinion, but I typically use the main name first with either an underscore or camel case to describe the measure.
Example:
Sales_Avg
Sales_CuTotal
Sales_Total
or
SalesAvg
SalesCuTotal
SalesTotal
In this regard, all your measures related to sales are in the same location in the table for a specific measure you or an end user is looking for.
Hey, thanks for your answer and sory for lack of clarity, i am not so good at expressing in english 🙂
Yes, I was talking about different measures with the same name. I don't realy want them to have the same name on list of measures, but I want the same name on report, beacuse some visualisations require minimal changes to get expected result.
Thanks 🙂
A little confused. You can have the same column name in 2 different tables. Are you referring to "measures"? Because you cannot have 2 measures with the same name.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |