Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
db042190
Post Prodigy
Post Prodigy

a few newbie questions

hi.  i'm just getting started.  will pbi be able to read two cubes at the same time for the same canvas?  Also, my new tabular model's most important measure is y / (y + n) which is called an agreement rate and is basically number of YES answers in a study divided by number YES's + number NO's.  Will pbi interface with tabular like excel does (pivot feel) and recognize that tabular already has aggregations for that measure and they arent simply summations?  Also, will pbi give me the option somewhere to expand and collapse my dims?  For instance, we report stuff like this from interviewer down to form down to study down to question.  Excel natuarally allows me to click a + or - to show as much or as little detail say for a specific interviewer etc.  I'm reading the pbi intro material and havent seen anything like that yet (i have to go back to the hierarchy section to see if i missed something).  Finally, one important behavior we like is drill thru.  In pbi willl i be able to click a statistic in a summary visualization and open a visualization on the same canvas that shows a much finer level of detail for just the population represented by the stat the user clicked? 

5 REPLIES 5
db042190
Post Prodigy
Post Prodigy

pbi seems to disagree with my model's aggregate agreement rates.  See pbi and excel below.  Excel is correct.  I believe my pbi->tabular is a beta.  Also, pbi appears to be an all or none expand collapse either up or down.  This is different in excel where the choice can be much more selective.  As for drill thru, i did see in the intro a bar on a barchart being clicked and affecting another tile.  This is kind of like drill thru.  Any thoughts?  As for the multiple cube question I meant tied to the same tile and with a relationship between two or more ssas tabular models entered into pbi.

 

pbi01.PNGexcel01a.PNGexcel01b.PNG

 

 

 

 

 

@db042190

 

>>will pbi be able to read two cubes at the same time for the same canvas?

 

If you connect live to two tabular models, it's not possible to include two tabular models in same .pbix file.

 

>>Will pbi interface with tabular like excel does (pivot feel) and recognize that tabular already has aggregations for that measure and they arent simply summations?

 

Power BI can recogize the different level in visual. I want to know how you achieve different aggregation. Did you write the measure like this? As you tested, it shows incorrect result on parent level, can you select "Show items with no data" to see if it works?

 

>>will pbi give me the option somewhere to expand and collapse my dims?

 

You can expand the hierarchy in dimensions in matrix and chart visuals.

 

>>drill thru

 

Currently, there's no drillthrough action like in Excel which can go to the table with detail information of cell value. We can only multiple visual tiles which can have interaction each other.

 

Regards,

 

good info thx.  No I did not code my measure like that link shows.  At the moment discussions like that are difficult for me to understand especially because they reference mdx a lot in their discussion to make their point and i dont know mdx. 

 

But the current dax  expression AgreementRate:=Calculate(Sum('Fact'[AnswerFlag]),'Fact'[PositiveNotOther]=1) / (Calculate(Sum('Fact'[AnswerFlag]),'Fact'[PositiveNotOther]=1) + Calculate(DistinctCount(Fact[FK_CaseId]),'Fact'[NegativeNotOther]=1)) does seem to be right at all levels in excel, all levels in tableau and all levels in pbi when the other measure is dragged over to the canvas.

 

The other measure is coded as AgreementRateFormatted:=FIXED('Fact'[AgreementRate],4).

a peer recommended formating the measure.  I did that and magically both the old and new measure now show correctly in pbi.  Why is that?

AgreementRateFormatted:=FIXED('Fact'[AgreementRate],4)

same pbi file, after adding reformatted measuresame pbi file, after adding reformatted measure

...when i drag the new measure off the canvas, pbi shows the incorrect values for the old measure again.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.