Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I see other posts regarding the subject but my lack of skills is making it feel overwhelming...
I'm trying to create multiple columns each from a Measure but as I create the 2nd one I get a circular reference. It feels crazy that I have to create one thing for the measure then one thing to turn that measure into an actual column, then a third thing to properly format that column, but here I am.
Can someone show me how I can create multiple columns in the same table each referencing a different Measure? or better yet, how I can accomplish all three of those things in one step - a measure that is properly formatted and displayed in a column. Thank you!
Click here to access the file from my Drive
Solved! Go to Solution.
you are using the wrong approach. Read my article here https://exceleratorbi.com.au/calculated-columns-vs-measures-dax/
the reason it doesn't work is complex and probably not as important as knowing you simply shouldn't do it.
one of the key concepts you need to learn (and follow) is a process on how to write measures. I argue the reason beginners write calculated columns and not measures is because with a calculated column you can "see" the data. You need to set up the same feedback loop for measures. Always do this
you are using the wrong approach. Read my article here https://exceleratorbi.com.au/calculated-columns-vs-measures-dax/
the reason it doesn't work is complex and probably not as important as knowing you simply shouldn't do it.
one of the key concepts you need to learn (and follow) is a process on how to write measures. I argue the reason beginners write calculated columns and not measures is because with a calculated column you can "see" the data. You need to set up the same feedback loop for measures. Always do this
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
27 | |
13 | |
13 | |
10 | |
6 |